Open ghazel opened 7 years ago
gcloud ml-engine only supports python 2.7.x (https://cloud.google.com/sdk/downloads)
gcloud ml-engine
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.
3to2
python3 is the future of the language.. Are you saying Google Cloud Engine works better with Python 2.x ?
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.