daniel-kukiela / nmt-chatbot

NMT Chatbot
GNU General Public License v3.0
387 stars 214 forks source link

bot producing only one translation per input #183

Open aditya543 opened 2 years ago

aditya543 commented 2 years ago

I have no idea why but my chatbot produces only one output on a single input despite the beam width and num of translations per input being set to 20. I even changed the model hparams file but that didn't help either I even changed the inference script and printed all the possible answers but again the len of the answers list was just 1 that means that the model is producing only one output. I really wanna get rid of this issue someone please help me!