rstudio / cloudml

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

Default to TensorFlow 1.9 runtime #179

Closed javierluraschi closed 6 years ago

javierluraschi commented 6 years ago

Validated that mnist works against 1.9, waiting for test run to also validate keras example against 1.9. Runtime 1.6 can still be selected by using config.yml:

trainingInput:
  runtimeVersion: "1.6"

and cloudml_train(config = "config.yml").