run_config: Run Configuration

Description Usage See Also Examples

View source: R/run_config.R

Description

This class specifies the configurations for an Estimator run.

Usage

1

See Also

Other run_config methods: task_type()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 
config <- run_config()

# Get the properties of the config
names(config)

# Change the mutable properties of the config
config <- config$replace(tf_random_seed = 11L, save_summary_steps = 12L)

# Print config as key value pairs
print(config)

## End(Not run)

rstudio/tfestimators documentation built on Nov. 24, 2021, 6:56 a.m.