aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/nn_xent_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* Change arg order for {softmax,sparse_softmax,sigmoid}_cross_entropy_with_logi...Gravatar Martin Wicke2017-01-04
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Swaps order of input/label arguments for weighted_cross_entropy_with_logitsGravatar A. Unique TensorFlower2016-12-09
* Use 32bit floats to compute cross entropies. 16 bit floats aren't accurateGravatar Benoit Steiner2016-07-22
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Change sigmoid_cross_entropy_with_logits to fix gradients at 0.Gravatar A. Unique TensorFlower2016-05-13
* Split nn_test into more manageable pieces.Gravatar Martin Wicke2016-05-12