JustinaPetr / Weatherbot_Tutorial

275 stars 447 forks source link

No Response when running nlu_model.py #41

Open anubhavkulshrestha opened 5 years ago

anubhavkulshrestha commented 5 years ago

OS: Windows When I am running the command "python nlu_model.py", the anaconda prompt is not responding anything. It is not giving any error, nor it is giving back any compilation message, as shown in the video. chatbot error

I have installed everything and all installations are successful, I am following your video for implementation.

JustinaPetr commented 5 years ago

Very strange... Are you sure you have the files of the bot inside this directory and that none of the functions are commented outin the nlu_model.py file?

santannamv commented 5 years ago

Please, I am also dealing with the same issue. I was first following the instructions on the video and was getting an error message regarding rasa_nlu.converters, which I just discovered on our forum that was removed since version 0.12. Ok, now I am try to follow the instructions for the new updated code but it was said that to train the model there wasn't much new, despite the new code is a little bit different. During the video, the nlu_model.py code was used once on video (0:22:00 minutes) and later it was updated at 00:26:30 minutes. Regarding model training, as was done at 00:22:00, I would like to know which part of the new code on github should I use to train the model? Please, I just do not know who else can help me. I am trying to train the model for 2 weeks. Two weeks waiting to type _python nlumodel.py hit enter and receive Fitting 2 folds for each of 6 candidates, totalling 12 fits... I already re-installed python 2 times and the requirements.txt I don`t know how many times. I am sure all this procedures are not supposed to be that complicated. Please, what kind of information do I need to paste here to solve my issue?