MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / end

Method end

tensorflow/contrib/learn/python/learn/monitors.py:378–381  ·  view source on GitHub ↗
(self, session=None)

Source from the content-addressed store, hash-verified

376 self._last_successful_step = step
377
378 def end(self, session=None):
379 super(EveryN, self).end(session=session)
380 if self._last_successful_step != self._last_active_step:
381 self.every_n_post_step(self._last_successful_step, session)
382
383
384class StopAtStep(BaseMonitor):

Callers 15

IncrementTensorCountFunction · 0.45
ConstructMPIResponseFunction · 0.45
PerformCollectiveOpFunction · 0.45
IncrementTensorCountFunction · 0.45
ConstructMPIResponseFunction · 0.45
PerformCollectiveOpFunction · 0.45
BigQueryTableAccessorMethod · 0.45
ParseColumnValuesMethod · 0.45
ExtractColumnTypeMethod · 0.45
GetSourceIDMethod · 0.45
GetRecvCallMethod · 0.45
ComputeMethod · 0.45

Calls 1

every_n_post_stepMethod · 0.95

Tested by 1

TESTFunction · 0.36