Searched refs:StopAtStep (Results 1 – 2 of 2) sorted by relevance
384 class StopAtStep(BaseMonitor): class406 super(StopAtStep, self).__init__()419 super(StopAtStep, self).step_begin(step)425 super(StopAtStep, self).step_end(step, output)
591 learn.monitors.StopAtStep(num_steps=10, last_step=20)594 m = learn.monitors.StopAtStep(last_step=10)605 m = learn.monitors.StopAtStep(num_steps=10)