STT-tensorflow/tensorflow/python/debug/examples
Scott Zhu f96903abea Update Keras training logic for detecting whether an input dataset is shuffled.
It was previously using instance type checking, and heuristic is not fully accurate.
Update the logic to parse the dataset graph_def, which should be deterministic about the information we need.

This also allows keras to remove the private API symbol usage of tf.data.

PiperOrigin-RevId: 332087112
Change-Id: I6db0cfbe3ac00ace2d736b6a2b0a15cf04981185
2020-09-16 14:29:00 -07:00
..
v1 Update Keras training logic for detecting whether an input dataset is shuffled. 2020-09-16 14:29:00 -07:00
v2 [tfdbg2] A few fixes and improvements to example debug_mnist_v2 2020-06-15 08:50:39 -07:00
debug_mnist.py
README.md

Hi, there!

The documentation of TensorFlow Debugger (tfdbg) has moved.

See the source version at this new location.

See the public website version at https://www.tensorflow.org/guide/debugger.