Searched refs:m_mul (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/python/keras/optimizer_v2/ |
D | learning_rate_schedule_test.py | 377 def np_cosine_decay_restarts(self, step, decay_steps, t_mul=2.0, m_mul=1.0, argument 383 fac *= m_mul 414 m_mul = 0.9 417 initial_lr, num_training_steps, m_mul=m_mul) 420 step, num_training_steps, m_mul=m_mul)
|
D | legacy_learning_rate_decay_test.py | 354 def np_cosine_decay_restarts(self, step, decay_steps, t_mul=2.0, m_mul=1.0, argument 360 fac *= m_mul 389 m_mul = 0.9 392 initial_lr, step, num_training_steps, m_mul=m_mul) 394 step, num_training_steps, m_mul=m_mul)
|
D | legacy_learning_rate_decay.py | 525 m_mul=1.0, argument 586 m_mul=m_mul,
|
D | learning_rate_schedule.py | 663 m_mul=1.0, argument 686 self._m_mul = m_mul 698 m_mul = math_ops.cast(self._m_mul, dtype) 724 m_fac = m_mul**i_restart
|
/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.keras.optimizers.schedules.-cosine-decay-restarts.pbtxt | 8 …argspec: "args=[\'self\', \'initial_learning_rate\', \'first_decay_steps\', \'t_mul\', \'m_mul\', …
|
D | tensorflow.train.pbtxt | 297 …argspec: "args=[\'learning_rate\', \'global_step\', \'first_decay_steps\', \'t_mul\', \'m_mul\', \…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.optimizers.schedules.-cosine-decay-restarts.pbtxt | 8 …argspec: "args=[\'self\', \'initial_learning_rate\', \'first_decay_steps\', \'t_mul\', \'m_mul\', …
|
D | tensorflow.keras.experimental.-cosine-decay-restarts.pbtxt | 8 …argspec: "args=[\'self\', \'initial_learning_rate\', \'first_decay_steps\', \'t_mul\', \'m_mul\', …
|
D | tensorflow.keras.optimizers.schedules.-cosine-decay-restarts.pbtxt | 8 …argspec: "args=[\'self\', \'initial_learning_rate\', \'first_decay_steps\', \'t_mul\', \'m_mul\', …
|