View source on GitHub |
Recovery Condition.
tfm.core.actions.RecoveryCondition(
global_step: tf.Variable,
loss_upper_bound: float,
recovery_begin_steps: int = 0,
recovery_max_trials: int = 3
)
Methods
__call__
__call__(
outputs: orbit.runner.Output
)
Call self as a function.