marian-nmt / marian

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

Best Translation is empty #345

Closed q2044757581 closed 3 years ago

q2044757581 commented 3 years ago

I trained the model with a simple train data, and i use the order ../marian/build/marian -c config.yml --devices 1 after training and saving model, i input a sentence which is in training data But the best translation is empty?? then i use --n-best i found that the best translations are random words what's the problem

emjotde commented 3 years ago

Can you post a log of your training? There is no way for us to tell you anything without more information.