Changes loss_reduction default to SUM_OVER_BATCH_SIZE for regression_head and poisson...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Tue, 3 Apr 2018 15:54:01 +0000 (08:54 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 3 Apr 2018 15:56:29 +0000 (08:56 -0700)
commitcaf6706067718e5b8856036893977085b3b18fcb
tree134858bd09f7cca9fd696c04baffec3b4fdf13a9
parentb036452ca347b7ab809711f71041d0457b0062d0
Changes loss_reduction default to SUM_OVER_BATCH_SIZE for regression_head and poisson_regression_head.

PiperOrigin-RevId: 191446787
tensorflow/contrib/estimator/BUILD
tensorflow/contrib/estimator/python/estimator/dnn_linear_combined_test.py
tensorflow/contrib/estimator/python/estimator/dnn_test.py
tensorflow/contrib/estimator/python/estimator/head.py
tensorflow/contrib/estimator/python/estimator/head_test.py
tensorflow/contrib/estimator/python/estimator/linear_test.py
tensorflow/contrib/estimator/python/estimator/multi_head_test.py