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
At the top of the file, I also see BLEU 0.22197 which means that the model has actually learned something. The very tiny weights might be okay if they were all renormalized at test time, however, when I use that moses.ini file to translate something, the model totally fails.
The issue occurs quite randomly, sometimes it works (weights look normal, uniform between 0 and 1), sometimes I obtain what I have above, and the model is not usable.
Any ideas what might be the issue? Note that I disabled the reordering model (by creating an empty reordering-table.wbe-msd-bidirectional-fe.gz file), and I don't know if this can be related to the problem I have (even though I think this should be fine, as the tuning is still working once in a while).
Thanks!
The text was updated successfully, but these errors were encountered:
the weights looks wrong tbh, basically all zeros except 1 for the unknown word penalty.
if you want to disable the reordering model, just delete the lines in the [feature] and [weight] sections before tuning. I don't know the values the model give for UNK, it may not be 'neutral'.
Check that your tuning set is correct, and the output is as expected. eg. did you accidently swap source and target files.
Hi,
When I tune a Moses model, at the end I sometimes get tiny weights in the final moses.ini. For instance:
At the top of the file, I also see
BLEU 0.22197
which means that the model has actually learned something. The very tiny weights might be okay if they were all renormalized at test time, however, when I use that moses.ini file to translate something, the model totally fails.The issue occurs quite randomly, sometimes it works (weights look normal, uniform between 0 and 1), sometimes I obtain what I have above, and the model is not usable.
Any ideas what might be the issue? Note that I disabled the reordering model (by creating an empty
reordering-table.wbe-msd-bidirectional-fe.gz
file), and I don't know if this can be related to the problem I have (even though I think this should be fine, as the tuning is still working once in a while).Thanks!
The text was updated successfully, but these errors were encountered: