gunthercox / chatterbot-corpus

A multilingual dialog corpus
http://chatterbot-corpus.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.37k stars 1.14k forks source link

Error on file voc.tar #92

Closed leninworld closed 6 years ago

leninworld commented 6 years ago

When I run below command, I get this error. Where do I get this file

python3 main.py -tr ./data/botprofile.yml -la 1 -hi 512 -lr 0.0001 -it 50000 -b 64 -p 500 -s 1000

Error: FileNotFoundError: [Errno 2] No such file or directory: './save/training_data/botprofile/voc.tar

leninworld commented 6 years ago

The input format of file is not correct. i corrected it.