tf.contrib.framework.create_global_step()

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

Create global step tensor in graph.

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

Global step tensor.

Raises:
  • ValueError: if global step key is already defined.
doc_TensorFlow
2016-10-14 13:04:46
Comments
Leave a Comment

Please login to continue.