History log of /external/tensorflow/tensorflow/examples/learn/iris_custom_decay_dnn.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f79c39e9c8291787718015318b396bd11ff7ae71 06-Dec-2017 Mark Daoust <markdaoust@google.com> Use sparse xent to avoid softmax_v2 warning in examples/learn

`tf.nn.softmax_cross_entropy_with_logits` and `tf.losses.softmax_cross_entropy` both throw the warning.

Almost everywhere it's used can simply be replaced by `tf.losses.sparse_softmax_cross_entropy`

PiperOrigin-RevId: 178105702
/external/tensorflow/tensorflow/examples/learn/iris_custom_decay_dnn.py
a132b8330039e7ed326d090cdae35c97561f68b1 27-Jun-2017 A. Unique TensorFlower <gardener@tensorflow.org> Updates some more examples in examples/learn.

PiperOrigin-RevId: 160278757
/external/tensorflow/tensorflow/examples/learn/iris_custom_decay_dnn.py
69a4cf80a129af3fe46b6ff9c509be442d5a06f9 18-Apr-2017 Patrick Nguyen <drpng@google.com> Merge changes from github.
Change: 153426348
/external/tensorflow/tensorflow/examples/learn/iris_custom_decay_dnn.py
d74cc130dd0ce5ecd1421ef126e4446f337a856c 04-Oct-2016 A. Unique TensorFlower <gardener@tensorflow.org> Migrating skflow examples to the tensorflow/examples/learn directory. Fixes #3364.
Change: 135109832
/external/tensorflow/tensorflow/examples/learn/iris_custom_decay_dnn.py