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 6b18754 commit 88a9007Copy full SHA for 88a9007
README.rst
@@ -60,6 +60,16 @@ Also, you can load the optimizer via `torch.hub`
60
optimizer = opt(model.parameters())
61
62
63
+And you can check the supported optimizers & lr schedulers.
64
+
65
+::
66
67
+ from pytorch_optimizer import get_supported_optimizers, get_supported_lr_schedulers
68
69
+ supported_optimizers = get_supported_optimizers()
70
+ supported_lr_schedulers = get_supported_lr_schedulers()
71
72
73
Supported Optimizers
74
--------------------
75
0 commit comments