inst/doc/tensorboard.R

## ----setup, include = FALSE---------------------------------------------------
library(tfestimators)
knitr::opts_chunk$set(comment = NA, eval = FALSE)

## -----------------------------------------------------------------------------
#  estimator(
#      model_fn = model_fn,
#      model_dir = "/tmp/test"
#  ) %>% train(input_fn = input, steps = 100L)
#  

Try the tfestimators package in your browser

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

tfestimators documentation built on Aug. 10, 2021, 1:06 a.m.