marian-nmt / marian

Fast Neural Machine Translation in C++
https://marian-nmt.github.io
Other
1.21k stars 227 forks source link

Get no output when using marian-decoder #419

Open konglw2023 opened 8 months ago

konglw2023 commented 8 months ago

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.