Conchylicultor / DeepQA

My tensorflow implementation of "A neural conversational model", a Deep learning based chatbot
Apache License 2.0
2.93k stars 1.17k forks source link

python 2 #95

Open ghazel opened 7 years ago

ghazel commented 7 years ago

gcloud ml-engine only supports python 2.7.x (https://cloud.google.com/sdk/downloads)

Using 3to2 and trivial modifications, DeepQA runs fine on python 2.7. I don't see a need for python3 here, and it's harmful for Google Cloud Engine interaction, which is very relevant for tensorflow.

EMCP commented 7 years ago

python3 is the future of the language.. Are you saying Google Cloud Engine works better with Python 2.x ?