## ----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")

