tf.contrib.learn.BaseEstimator.get_variable_value(name)
Returns value of the variable given by name.
Args:
-
name
: string, name of the tensor.
Returns:
Numpy array - value of the tensor.
tf.contrib.learn.BaseEstimator.get_variable_value(name)
Returns value of the variable given by name.
name
: string, name of the tensor.Numpy array - value of the tensor.
Please login to continue.