You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If int_temp != 0.0 (I am using the default value 0.01), it gives the following error message: "Gumbel intersection is not possible".
If int_temp == 0.0, it gives the following error message: "The size of tensor a (681) must match the size of tensor b (8) at non-singleton dimension 1".
What value should I use for int_temp to make the script work? Is there any other parameter I need to use?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi, I am trying to train the model Word2Box using the following command:
int_temp != 0.0
(I am using the default value 0.01), it gives the following error message: "Gumbel intersection is not possible".int_temp == 0.0
, it gives the following error message: "The size of tensor a (681) must match the size of tensor b (8) at non-singleton dimension 1".What value should I use for
int_temp
to make the script work? Is there any other parameter I need to use?Thank you in advance!
The text was updated successfully, but these errors were encountered: