Searched refs:first_decay_steps (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/keras/optimizer_v2/ |
D | learning_rate_schedule.py | 641 first_decay_steps, argument 703 self.first_decay_steps = first_decay_steps 716 first_decay_steps = math_ops.cast(self.first_decay_steps, dtype) 722 completed_fraction = global_step_recomp / first_decay_steps 755 "first_decay_steps": self.first_decay_steps,
|
/external/tensorflow/tensorflow/python/training/ |
D | learning_rate_decay.py | 490 first_decay_steps, argument 547 first_decay_steps,
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.experimental.-cosine-decay-restarts.pbtxt | 8 …argspec: "args=[\'self\', \'initial_learning_rate\', \'first_decay_steps\', \'t_mul\', \'m_mul\', …
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.experimental.-cosine-decay-restarts.pbtxt | 8 …argspec: "args=[\'self\', \'initial_learning_rate\', \'first_decay_steps\', \'t_mul\', \'m_mul\', …
|
D | tensorflow.train.pbtxt | 289 …argspec: "args=[\'learning_rate\', \'global_step\', \'first_decay_steps\', \'t_mul\', \'m_mul\', \…
|