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
I've got a few questions about the code, so I will just list them out. And hope some of you can help.
In line 166, what is "XENT"? this variable only appears once in the code.
In line 106, I don't understand why the probability distribution is calculated in that way?(By the ay my
compiler said the as_array() part is not right.)
In line 109, "len(x)" is not right. It kept showing this up "TypeError: object of type '_dynet.Expression' has no len()". And I don't really know why the samples are picked this way?
The text was updated successfully, but these errors were encountered:
I've got a few questions about the code, so I will just list them out. And hope some of you can help.
compiler said the as_array() part is not right.)
The text was updated successfully, but these errors were encountered: