STT-tensorflow/tensorflow/python/keras/optimizer_v2
Mihai Maruseac 816a1177dc Disable broken Windows test
PiperOrigin-RevId: 338284225
Change-Id: I0ef2196b09d2ae4cfb9b9890e878db1d927fd74a
2020-10-21 11:00:35 -07: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 Update keras to use the public TF API for convert_to_tensor() 2020-08-27 20:57:16 -07: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 Update keras to use the public TF API for convert_to_tensor() 2020-08-27 20:57:16 -07: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 Update keras to use the public TF API for convert_to_tensor() 2020-08-27 20:57:16 -07: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 Update keras to use the public TF API for convert_to_tensor() 2020-08-27 20:57:16 -07:00
BUILD Disable broken Windows test 2020-10-21 11:00:35 -07: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 Re-added formulas to documentation for FTRL optimizer. 2020-08-13 17:58:27 -07: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 Fix tf.keras.optimizers.SGD Nesterov momentum doc 2020-08-31 01:25:43 +02:00
learning_rate_schedule_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
learning_rate_schedule.py Update keras to use the public TF API for convert_to_tensor() 2020-08-27 20:57:16 -07:00
legacy_learning_rate_decay_test.py Remove the private API usage of vriables.dtypes. 2020-07-16 14:34:17 -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 Update keras to use the public TF API for convert_to_tensor() 2020-08-27 20:57:16 -07:00
optimizer_v2_test.py Implement Optimizer.__dir__ to be consistent with __getattribute__. 2020-10-01 12:22:02 -07:00
optimizer_v2.py Change some internal instrumentation. 2020-10-05 11:05:37 -07: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 Fix Defeaults typo in RMSprop doc 2020-08-30 00:49:37 +03:00
utils.py Create different strategy based on TF1/2 in strategy_combinations 2020-10-09 17:02:10 -07:00