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
in line 90 of Args we print a default loss function of "ns". However this is not true for supervised mode, where the default is softmax. It should use the current value of the arg, like all the other parameters:
+ " -loss loss function {ns, hs, softmax} [" + loss + "]\n"
The text was updated successfully, but these errors were encountered:
in line 90 of Args we print a default loss function of "ns". However this is not true for supervised mode, where the default is softmax. It should use the current value of the arg, like all the other parameters:
+ " -loss loss function {ns, hs, softmax} [" + loss + "]\n"
The text was updated successfully, but these errors were encountered: