cloudml
cloudml copied to clipboard
R interface to Google Cloud Machine Learning Engine
dbs : The term 'dbs' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path...
Jobs of any simplest scripts fail with the following `error.json`: ``` { "message": "could not find a Python environment for /usr/local/bin/python3", "traceback": ["stop(sprintf(fmt, ...), call. = call.)", "stopf(\"could not find...
I'm trying to follow the Keras tutorial (https://tensorflow.rstudio.com/tools/cloudml/tuning/) for hyperparameter tuning with few modifications in the configuration YAML file (which I introduced because of runtimeVersion error). After submitting the job...
Submitting first job through cloudml, and there are errors on the cloud install. Log from google cloud console: ``` The replica master 0 exited with a non-zero status of 1....
Hi, I am trying to reproduce a tutorial for the package, which I found on [youtube](https://www.youtube.com/watch?v=xm63Ww0Cl04). However, when I try to submit a training file, I get the following error:...
Hello after trying to sumbit my R scribt to google cloud platform I always get the following error: Error in strsplit(a, "[.-]") : non-character argument I also tried running my...
> Note that the very first time you submit a job to CloudML the various packages required to run your script will be compiled from source. This will make the...
Follow up from https://github.com/rstudio/cloudml/issues/213 @javierluraschi That works! Thanks a lot! :-) Just couple more points. If I provide a custom job id and a storage location in job.yml and place...
If I run the following command ```{r} > my_job = cloudml_train(file = "R/06_train_model.R", master_type = "standard_p100", flags = c("--runtime-version 2.1", "--python-version 3.7"), dry_run = FALSE) ``` I get the following...
I ran a cloudml_train('training.R',config="config.yml") which successfully ran a few months ago. This time it gave me the followng error: Submitting training job to CloudML... Error: ERROR: gcloud invocation failed [exit...