marian-nmt / marian

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

Generating random outputs when beam size is increased to 2 or more #318

Closed shubham-IISc closed 4 years ago

shubham-IISc commented 4 years ago

Hi, I am using the following command: ${marian_build}/marian-decoder \ --devices 4 5 6 \ --workspace $workspace \ --seed 11 \ --log ${log_folder}/${model_id}.eval \ --quiet-translation \ --models ${model_folder}/${model_id}.npz.best-cross-entropy.npz \ \ --input $predict_input \ --vocabs $vocabs \ --beam-size $ensemble_beam_size \ --mini-batch 512 \ --n-best \

$output

Any idea about what could be going wrong as its just an argument. Thanks, Shubham

emjotde commented 4 years ago

You would need to tell us what the actual problem is.

emjotde commented 4 years ago

Closing, no answer.