Fix tf.train.piecewise_constant docstring example.
The example currently implies that if the global_step is on the first boundary, it takes the second value, not the first. In reality, it takes the first value. PiperOrigin-RevId: 180304929
Loading
Please sign in to comment