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 training a en to zh model with 40m corpus now, the training process is going on. And I want to test the model, so I use marian-decoder to translate several simple sentences, but all of them get no output, could anyone tell me why ?
I am training a en to zh model with 40m corpus now, the training process is going on. And I want to test the model, so I use marian-decoder to translate several simple sentences, but all of them get no output, could anyone tell me why ?
I use the command like below:
echo "Hello world." | ./marian-decoder -c en-zh-model.npz.decoder.yml -m en-zh-model.npz
yeah, I just trained the model about for 3 hours, is that because the training time too short ? Thank you all.
The text was updated successfully, but these errors were encountered: