.. |
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
|
Remove decay variable from optimizers.
|
2020-12-07 14:04:50 -08: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
|
add BUILD file for python/util and refactor python/BUILD
|
2020-12-15 11:43:18 -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
|
Update keras test to use public TF test API.
|
2020-10-27 16:03:04 -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
|
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
|
Remove decay variable from optimizers.
|
2020-12-07 14:04:50 -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 |