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 believe there is a bug at "eval2.py" file. RMSprop run (lines 50-60) is done updating the embedding weights after one iteration, and the converged results is just +- the learning rate. I believe it happens due to the embedding weights initialization to zero (lines 20-21). Comment these lines out gives much better loss.
The text was updated successfully, but these errors were encountered:
I believe there is a bug at "eval2.py" file. RMSprop run (lines 50-60) is done updating the embedding weights after one iteration, and the converged results is just +- the learning rate. I believe it happens due to the embedding weights initialization to zero (lines 20-21). Comment these lines out gives much better loss.
The text was updated successfully, but these errors were encountered: