Skip to content

Commit 6338b0c

Browse files
committed
Add it back to the docs
1 parent 9675e82 commit 6338b0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/en/main_classes/optimizer_schedules.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ The `.optimization` module provides:
2222
- several schedules in the form of schedule objects that inherit from `_LRSchedule`:
2323
- a gradient accumulation class to accumulate the gradients of multiple batches
2424

25+
## AdamW (PyTorch)
26+
27+
[[autodoc]] AdamW
28+
2529
## AdaFactor (PyTorch)
2630

2731
[[autodoc]] Adafactor

0 commit comments

Comments
 (0)