tf.contrib.framework.get_or_create_global_step()

tf.contrib.framework.get_or_create_global_step(graph=None)

Returns and create (if necessary) the global step variable.

Args:
  • graph: The graph in which to create the global step. If missing, use default graph.
Returns:

the tensor representing the global step variable.

doc_TensorFlow
2016-10-14 13:04:47
Comments
Leave a Comment

Please login to continue.