Open mugendi opened 5 years ago
It appears that there is a 'metadata.json' file that is missing after the training process.
On running python bot.py, I'm getting the following error:
python bot.py
No such file or directory: './models/nlu/default/nlu_model/metadata.json'
Did you run this command?
python rasa_nlu_model.py
It appears that there is a 'metadata.json' file that is missing after the training process.
On running
python bot.py
, I'm getting the following error: