inst/doc/managing.R

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

## -----------------------------------------------------------------------------
#  copy_run_files("runs/2017-09-24T10-54-00Z", to = "saved-model")

## -----------------------------------------------------------------------------
#  copy_run("runs/2017-09-24T10-54-00Z", to = "best-run")

## -----------------------------------------------------------------------------
#  copy_run(ls_runs(eval_acc >= 0.98), to = "best-runs")

## -----------------------------------------------------------------------------
#  clean_runs(ls_runs(eval_acc < 0.98))

## -----------------------------------------------------------------------------
#  clean_runs() # archives all runs in the "runs" directory

## -----------------------------------------------------------------------------
#  purge_runs()

Try the tfruns package in your browser

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

tfruns documentation built on Sept. 6, 2022, 1:07 a.m.