LiberAI/NSpM

Fix prediction script

mommi84 opened this issue · 2 comments

One of the last TensorFlow updates broke the ./ask.sh script. Probably it has to be written from scratch.

Hi @mommi84 I think I also just experienced this as well.
The output of python -m nmt.nmt --vocab_prefix=../$1/vocab... is <unk> <unk> <unk> <unk> <unk> <unk> <unk> <unk> which I'm assuming is <unknown> <unknown> ... etc
Any ideas what is going wrong here?
From what I can see this is a blocker to using NSpM is that correct?
Thanks for any assistance. I would like to try and fix this.

Hi,
Has there been a solution found?