daniel-kukiela / nmt-chatbot

NMT Chatbot
GNU General Public License v3.0
385 stars 213 forks source link

IndexError: too many indices for array #127

Open Pratiknarola opened 5 years ago

Pratiknarola commented 5 years ago

I trained my model on around 7M pairs and after running "python inference.py translate.ckpt-165870" command i get ">" for input and when i enter anything in input i get following error. output = nmt_outputs[beam_id][sent_id, :].tolist() IndexError: too many indices for array

Pratiknarola commented 5 years ago

Screenshot (211)

develoByte commented 5 years ago

I'm having this same problem...did you ever find a fix for it?

udaymistry commented 4 years ago

I'm Having this Problem as well any Solutions?

Pratiknarola commented 4 years ago

not yet... If anyone finds out solution please update here.