tf.contrib.distribute.StandardInputStep

Class StandardInputStep

Inherits From: Step

Defined in tensorflow/contrib/distribute/python/step_fn.py.

Step with a standard implementation of input handling.

Args:

  • dataset_fn: a function that returns a tf.data Dataset that produces the input for the model.

__init__

__init__(
    dataset_fn,
    distribution
)

Initialize self. See help(type(self)) for accurate signature.

Properties

distribution

Methods

tf.contrib.distribute.StandardInputStep.__call__

__call__()

Perform one step of this training algorithm.