LiberAI / NSpM

🤖 Neural SPARQL Machines for Knowledge Graph Question Answering.
http://aksw.org/Projects/NeuralSPARQLMachines
MIT License
220 stars 86 forks source link

Fix prediction script #41

Open mommi84 opened 4 years ago

mommi84 commented 4 years ago

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

lewismc commented 3 years ago

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.

jan-huiskes commented 3 years ago

Hi, Has there been a solution found?