Hi, I found that the eval_model's output sentence is not always be the same sentence, I think we'd better use the same output during the different eval steps to compare. So how can I to make the eval_model's output sentence always be the same?
I paste part of code for the eval_mode to output sentence here.
Hi, I found that the
eval_model
's output sentence is not always be the same sentence, I think we'd better use the same output during the differenteval
steps to compare. So how can I to make theeval_model
's output sentence always be the same? I paste part of code for theeval_mode
to output sentence here.