inst/doc/getting_started.R

## ----setup, include=FALSE------------------------------------------------
knitr::opts_chunk$set(echo = TRUE, eval=FALSE)

## ------------------------------------------------------------------------
#  library(cloudml)
#  gcloud_install()

## ------------------------------------------------------------------------
#  gcloud_init()

## ------------------------------------------------------------------------
#  library(cloudml)
#  cloudml_train("train.R")

## ------------------------------------------------------------------------
#  ls_runs()

## ------------------------------------------------------------------------
#  # view the latest run
#  view_run()
#  
#  # view a specific run
#  view_run("runs/cloudml_2017_12_15_182614794")

## ------------------------------------------------------------------------
#  cloudml_train("train.R", master_type = "standard_gpu")

## ------------------------------------------------------------------------
#  cloudml_train("train.R", master_type = "standard_p100")

## ------------------------------------------------------------------------
#  cloudml_train("train.R", master_type = "complex_model_m_p100")

Try the cloudml package in your browser

Any scripts or data that you put into this service are public.

cloudml documentation built on Sept. 4, 2019, 1:04 a.m.