deepr.metrics.VariableValue

class deepr.metrics.VariableValue(name)[source]

Variable Value Metric.

Return value of variable created with tf.get_variable if the variable is a scalar. Otherwise, return the norm of that variable.

name

Variable name

Type:

str

__init__(name)[source]

Methods

__init__(name)