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 am facing the following error while calculating predictions on the laptop14 dataset by using a model trained on rest_total dataset. Why is the model parameter loading process dependent on the size of training corpus vocabulary?
File "_dynet.pyx", line 1461, in _dynet.ParameterCollection.populate File "_dynet.pyx", line 1516, in _dynet.ParameterCollection.populate_from_textfile RuntimeError: Dimensions of lookup parameter /_0/_0 lookup up from file ({300,6465}) do not match parameters to be populated ({300,4738})
The text was updated successfully, but these errors were encountered:
I am facing the following error while calculating predictions on the laptop14 dataset by using a model trained on rest_total dataset. Why is the model parameter loading process dependent on the size of training corpus vocabulary?
File "_dynet.pyx", line 1461, in _dynet.ParameterCollection.populate File "_dynet.pyx", line 1516, in _dynet.ParameterCollection.populate_from_textfile RuntimeError: Dimensions of lookup parameter /_0/_0 lookup up from file ({300,6465}) do not match parameters to be populated ({300,4738})
The text was updated successfully, but these errors were encountered: