graph_keys {tfestimators}R Documentation

Standard Names to Use for Graph Collections

Description

The standard library uses various well-known names to collect and retrieve values associated with a graph.

Usage

graph_keys()

Details

For example, the tf$Optimizer subclasses default to optimizing the variables collected undergraph_keys()$TRAINABLE_VARIABLES if NULL is specified, but it is also possible to pass an explicit list of variables.

The following standard keys are defined:

See Also

Other utility functions: latest_checkpoint()

Examples

## Not run: 
graph_keys()
graph_keys()$LOSSES

## End(Not run)


[Package tfestimators version 1.9.2 Index]