View source on GitHub
  
 | 
Step with a standard implementation of input handling.
Inherits From: Step
tf.contrib.distribute.StandardInputStep(
    dataset_fn, distribution
)
Args | |
|---|---|
dataset_fn
 | 
a function that returns a tf.data Dataset that produces the input for the model. | 
Attributes | |
|---|---|
distribution
 | 
|
Methods
initialize
initialize()
__call__
__call__()
Perform one step of this training algorithm.
    View source on GitHub