Add examples_seen summary for the number of distinct examples we have encountered.

Change: 132127345
This commit is contained in:
A. Unique TensorFlower 2016-09-02 18:57:41 -08:00 committed by TensorFlower Gardener
parent e5b668e78e
commit 01e28def21

View File

@ -367,6 +367,7 @@ class SdcaModel(object):
logging_ops.scalar_summary('approximate_duality_gap',
self.approximate_duality_gap())
logging_ops.scalar_summary('examples_seen', self._hashtable.size())
def _symmetric_l1_regularization(self):
return self._options['symmetric_l1_regularization']