tf.contrib.learn.TensorFlowEstimator.get_variable_value()

tf.contrib.learn.TensorFlowEstimator.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.

doc_TensorFlow
2016-10-14 13:06:55
Comments
Leave a Comment

Please login to continue.