Description Usage See Also Examples
This class specifies the configurations for an Estimator
run.
1 |
Other run_config methods:
task_type()
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.