LiberAI / NSpM

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

Duplicate Initialization during Training Process #22

Open theodore3131 opened 5 years ago

theodore3131 commented 5 years ago

During executing the demo training step in the README, I found these two statements every epoch, I suppose there may be some unneeded code in the train.py

Table trying to initialize from file ../data/monument_300_model/vocab.en is already initialized.
Table trying to initialize from file ../data/monument_300_model/vocab.en is already initialized.

Trying to solve it.