We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5739de commit 598e35eCopy full SHA for 598e35e
tests/test_load_modules.py
@@ -38,7 +38,7 @@ def test_load_lr_scheduler_invalid(invalid_lr_scheduler_names):
38
39
40
def test_get_supported_optimizers():
41
- assert len(get_supported_optimizers()) == 61
+ assert len(get_supported_optimizers()) == 62
42
43
44
def test_get_supported_lr_schedulers():
0 commit comments