keras/keras_core/optimizers
hertschuh 7bfc6df395 Replace assertTrue(isinstance(...)) with assertIsInstance for easier debugging. (#831)
`assertIsInstance` prints out "x is not an instance of y".
`assertTrue(isinstance(...))` prints out "False is not True".
2023-09-01 15:28:13 -07:00
..
schedules Adding: Numpy Backend (#483) 2023-07-19 01:08:48 +05:30
__init__.py Add Lion optimizer (#610) 2023-07-27 10:02:26 +08:00
adadelta_test.py add adadelta for torch (#534) 2023-07-18 18:44:30 -07:00
adadelta.py Backwards compat for decay arg 2023-08-11 12:34:29 -07:00
adafactor_test.py Merge branch 'main' of github.com:keras-team/keras-core 2023-05-03 14:38:34 -07:00
adafactor.py Add name_scope feature 2023-08-18 21:18:35 -07:00
adagrad_test.py add adagrad for torch (#548) 2023-07-19 11:25:46 -07:00
adagrad.py Backwards compat for decay arg 2023-08-11 12:34:29 -07:00
adam_test.py Adding: Numpy Backend (#483) 2023-07-19 01:08:48 +05:30
adam.py Add name_scope feature 2023-08-18 21:18:35 -07:00
adamax_test.py add adamax for torch (#549) 2023-07-19 11:51:29 -07:00
adamax.py Add name_scope feature 2023-08-18 21:18:35 -07:00
adamw_test.py add adamw to torch backend (#532) 2023-07-18 15:08:15 -07:00
adamw.py Backwards compat for decay arg 2023-08-11 12:34:29 -07:00
base_optimizer.py Fix CI 2023-08-18 22:34:04 -07:00
ftrl_test.py Merge branch 'main' of github.com:keras-team/keras-core 2023-05-03 14:38:34 -07:00
ftrl.py Backwards compat for decay arg 2023-08-11 12:34:29 -07:00
lion_test.py Add Lion optimizer (#610) 2023-07-27 10:02:26 +08:00
lion.py Add name_scope feature 2023-08-18 21:18:35 -07:00
nadam_test.py Update operation_utils.py - Added docstrings (#514) 2023-07-20 11:22:13 +05:30
nadam.py Add name_scope feature 2023-08-18 21:18:35 -07:00
optimizer_test.py Replace assertTrue(isinstance(...)) with assertIsInstance for easier debugging. (#831) 2023-09-01 15:28:13 -07:00
optimizer.py Update symbolic_arguments.py (#513) 2023-07-18 21:57:40 +05:30
rmsprop_test.py add rmsprop for torch (#533) 2023-07-18 16:22:53 -07:00
rmsprop.py Backwards compat for decay arg 2023-08-11 12:34:29 -07:00
sgd_test.py Update symbolic_arguments.py (#513) 2023-07-18 21:57:40 +05:30
sgd.py Add name_scope feature 2023-08-18 21:18:35 -07:00