LiberAI / NSpM

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

ZeroDivisionError when run command train #27

Closed HuuDung closed 4 years ago

HuuDung commented 4 years ago

When I run the command sh train.sh data/monument_300 120000 the following error appears ZeroDivisionError: integer division or modulo by zero Screenshot from 2019-11-16 19-05-12

panchbhai1969 commented 4 years ago

Hi @HuuDung, check the way data is being split in split_in_train_dev_test.py file, that will tell you why this error is happening.