Closed gustavjoh closed 5 years ago
@gustavjoh workaround, revert to a previous version of the Google Cloud SDK, the following worked for me:
gcloud components update --version 245.0.0
Let's leave this issue open since we need to figure out what is breaking the cloudml
package.
@gustavjoh Could you try installing remotes::install_github("rstudio/cloudml#198")
and try again?
@dfalbel Sorry for my late response, but yes installing from remotes::install_github("rstudio/cloudml#198") fixed the issue! Thank you!
Hi,
I have been trying to follow the guide on https://tensorflow.rstudio.com/tools/cloudml/articles/getting_started.html but get the error message below when running cloudml_train('a_test_script'). I have tried this on three systems (windows and ubuntu) now and always get same error that " 'list' object has no attribute 'get'". Is the guide still up to date?