daniel-kukiela / nmt-chatbot

NMT Chatbot
GNU General Public License v3.0
387 stars 214 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'data//corpus_size' #173

Closed NoCodeAvaible closed 3 years ago

NoCodeAvaible commented 3 years ago

Hello guys everytime I start my train.py I get this Error:

File "c:/Users/supre/Documents/Python Programme/chatbot_ai/nmt-chatbot/train.py", line 27, in train with open('{}/corpus_size'.format(preprocessing['train_folder']), 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: 'data//corpus_size'

I did everything like in README.md. So I really don't know why this error occurs every time I run the train.py script. Can someone please help me out?