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

Method begin

tensorflow/contrib/learn/python/learn/monitors.py:1132–1136  ·  view source on GitHub ↗
(self, max_steps=None)

Source from the content-addressed store, hash-verified

1130 raise ValueError("Can not provide both save_steps and save_secs.")
1131
1132 def begin(self, max_steps=None):
1133 super(CheckpointSaver, self).begin(max_steps)
1134 self._last_saved_time = None
1135 self._last_begin_step = None
1136 self._last_saved_step = None
1137
1138 def step_begin(self, step):
1139 super(CheckpointSaver, self).step_begin(step)

Calls 1

beginMethod · 0.45