daniel-kukiela / nmt-chatbot

NMT Chatbot
GNU General Public License v3.0
385 stars 212 forks source link

inference.py fails due to syntax error. #106

Closed dani3l5 closed 5 years ago

dani3l5 commented 5 years ago

After doing some training on the model, I ran inference.py to come to this error: File "inference.py", line 190 def inference(questions, print = False): ^ SyntaxError: invalid syntax

Is this just a problem in a newly update inference.py or is there a deeper problem here?

dani3l5 commented 5 years ago

Um yeah anyone who is dumb like me needs to remember to run with 'python3' and not 'python'.