Advertisement
jlfriedrice

Untitled

Nov 23rd, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. bash-4.2$ python predict.py --modelname model.py.nll_8.20.epoch_2
  2. Traceback (most recent call last):
  3. File "predict.py", line 95, in <module>
  4. main(options)
  5. File "predict.py", line 82, in main
  6. s += trg_vocab.itos[idx] + " "
  7. IndexError: list index out of range
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement