HomeSort by relevance Sort by last modified time
    Searched refs:wait_until_step (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/training/
basic_session_run_hooks.py 735 """Delays execution until global step reaches `wait_until_step`.
737 This hook delays execution until global step reaches to `wait_until_step`. It
739 would be setting `wait_until_step=int(K*log(task_id+1))` assuming that
743 def __init__(self, wait_until_step):
747 wait_until_step: an `int` shows until which global step should we wait.
749 self._wait_until_step = wait_until_step
    [all...]
basic_session_run_hooks_test.py     [all...]

Completed in 157 milliseconds