STT-tensorflow/tensorflow/python/keras/optimizer_v2
A. Unique TensorFlower 034633f23b PY2 removal cleanup
PiperOrigin-RevId: 352106691
Change-Id: I382d53c64f0d29da430b8cb6d2395a2cb281509e
2021-01-15 16:48:57 -08:00
..
adadelta_test.py Remove the usage of eager context in test code, and replace them with test combinations. 2020-09-03 11:05:50 -07:00
adadelta.py Remove decay variable from optimizers. 2020-12-07 14:04:50 -08:00
adagrad_test.py Remove the usage of eager context in test code, and replace them with test combinations. 2020-09-03 11:05:50 -07:00
adagrad.py [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11:00
adam_test.py Move V1 optimizer code to a separate file optimizer_v1.py from the generic utils in optimizers.py. 2020-09-24 05:34:47 -07:00
adam.py Remove decay variable from optimizers. 2020-12-07 14:04:50 -08:00
adamax_test.py Remove the usage of eager context in test code, and replace them with test combinations. 2020-09-03 11:05:50 -07:00
adamax.py Remove decay variable from optimizers. 2020-12-07 14:04:50 -08:00
BUILD PY2 removal cleanup 2021-01-15 16:48:57 -08:00
ftrl_test.py Added beta parameter from FTRL paper to optimizer classes (such as the one in Keras). 2020-08-13 15:01:00 -07:00
ftrl.py Remove decay variable from optimizers. 2020-12-07 14:04:50 -08:00
gradient_descent_test.py Replace keras usages of private function.defun with tf.function 2020-09-15 11:06:13 -07:00
gradient_descent.py Remove decay variable from optimizers. 2020-12-07 14:04:50 -08:00
learning_rate_schedule_test.py Graduate to core the following experimental learning rate schedules: CosineDecay, CosineDecayRestarts. 2021-01-07 22:58:42 -08:00
learning_rate_schedule.py Graduate to core the following experimental learning rate schedules: CosineDecay, CosineDecayRestarts. 2021-01-07 22:58:42 -08:00
legacy_learning_rate_decay_test.py Update keras test to use public TF test API. 2020-10-27 16:03:04 -07:00
legacy_learning_rate_decay.py Update keras to use the public TF API for convert_to_tensor() 2020-08-27 20:57:16 -07:00
nadam_test.py Use self.evaluate for global_variables_initializer 2020-07-01 11:07:20 -07:00
nadam.py Remove decay variable from optimizers. 2020-12-07 14:04:50 -08:00
optimizer_v2_test.py Remove decay variable from optimizers. 2020-12-07 14:04:50 -08:00
optimizer_v2.py Internal symbol name change. 2021-01-05 14:15:45 -08:00
rmsprop_test.py Remove the usage of eager context in test code, and replace them with test combinations. 2020-09-03 11:05:50 -07:00
rmsprop.py Remove decay variable from optimizers. 2020-12-07 14:04:50 -08:00
utils.py Create different strategy based on TF1/2 in strategy_combinations 2020-10-09 17:02:10 -07:00