Hello,
I guess that my translation model do not process long sentence properly, seeing like a interrupted long sentences or low accuracy of predictions
So, I searched through onmt/bin/translate/* about translation and found arguments max_length of class Translator() in onmt/bin/translate/translator.py
max_length is output token right but default value was 100, my strange case is less then 100,
eventually I couldn’t solve this problem
may be long sentences are not trained well,
in onmt_preprocessing and onmt_train, is there any arguments that needs to be changed?
please some replies…