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

Method start_loop

tensorflow/python/training/supervisor.py:1075–1077  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1073 self._summary_tag = "%s/sec" % self._step_counter.op.name
1074
1075 def start_loop(self):
1076 self._last_time = time.time()
1077 self._last_step = training_util.global_step(self._sess, self._step_counter)
1078
1079 def run_loop(self):
1080 # Count the steps.

Callers

nothing calls this directly

Calls 2

timeMethod · 0.80
global_stepMethod · 0.45

Tested by

no test coverage detected