rstudio / cloudml

R interface to Google Cloud Machine Learning Engine
https://tensorflow.rstudio.com/tools/cloudml/
65 stars 24 forks source link

Force Cloud ML to use Python >=3.5 #204

Open hrampadarath opened 4 years ago

hrampadarath commented 4 years ago

Is it possible to have cloudml force Google Cloud ML to use python >=3.5 and not 2.7? It would seem that the default version of python is 2.7. It can be changed to >=3.5 according to this page (https://cloud.google.com/ai-platform/training/docs/versioning#set-python-version-training), but the options does not exist in cloudml.

Thanks,

shukryzablah commented 4 years ago

Would setting up a training configuration specifying the appropriate runtimeVersion and pythonVersion be what you want? https://tensorflow.rstudio.com/tools/cloudml/training/#training-configuration