Searched refs:completed_fraction (Results 1 – 4 of 4) sorted by relevance
618 completed_fraction = global_step_recomp / decay_steps620 constant_op.constant(math.pi) * completed_fraction))722 completed_fraction = global_step_recomp / first_decay_steps724 def compute_step(completed_fraction, geometric=False): argument728 math_ops.log(1.0 - completed_fraction * (1.0 - t_mul)) /732 completed_fraction = (completed_fraction - sum_r) / t_mul**i_restart735 i_restart = math_ops.floor(completed_fraction)736 completed_fraction -= i_restart738 return i_restart, completed_fraction740 i_restart, completed_fraction = control_flow_ops.cond([all …]
346 completed_fraction = step / decay_steps347 decay = 0.5 * (1.0 + math.cos(math.pi * completed_fraction))389 completed_fraction = step / decay_steps390 decay = fac * 0.5 * (1.0 + math.cos(math.pi * completed_fraction))
97 completed_fraction = (math_ops.cast(global_step, dtypes.float32) /99 fraction = 2.0 * num_periods * completed_fraction
339 completed_fraction = step / decay_steps340 decay = 0.5 * (1.0 + math.cos(math.pi * completed_fraction))375 completed_fraction = step / decay_steps376 decay = fac * 0.5 * (1.0 + math.cos(math.pi * completed_fraction))