Add examples_seen summary for the number of distinct examples we have encountered.
Change: 132127345
This commit is contained in:
parent
e5b668e78e
commit
01e28def21
@ -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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user