-
-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Labels
HacktoberfestPyDataGlobalPyData Global 2020 SprintPyData Global 2020 Sprintdocsgood first issuehelp wanted
Description
📚 Documentation
Following #2230 , I listed the parameter schedulers places (suggested by @sdesrozis) where doctests can be added.
- StateParamScheduler (Abstract class, no test needed)
- ConcatScheduler ([skip ci] Add doctest for LR Schedulers #2384)
- CosineAnnealingScheduler ([skip ci] Add doctest for LR Schedulers #2384)
- CyclicalScheduler (Abstract class, no test needed)
- LRScheduler ([skip ci] Add doctest for LR schedulers #2389)
- LinearCyclicalScheduler ([skip ci] Add doctest for
LinearCyclicalScheduler
#2327) - ParamGroupScheduler ([skip ci] Add doctest for LR schedulers #2389)
- ParamScheduler (Abstract class, no test needed)
- PiecewiseLinear (Doctest for
PiecewiseLinear
lr scheduler #2290) - create_lr_scheduler_with_warmup ([skip ci] Add doctest for LR schedulers #2389)
- LambdaStateScheduler (Add doctest for LamdaStateScheduler #2402)
- PiecewiseLinearStateScheduler (Add doctest for PieceWiseLinearStateScheduler #2400)
- ExpStateScheduler (Add doctest for ExpStateScheduler #2391)
- StepStateScheduler (Add doctest for StepStateScheduler #2394)
- MultiStepStateScheduler (Add doctest for MultiStepScheduler #2399)
This is a great issue for first comers and those who want to learn more about Sphinx. This issue is the community effort.
If you want to contribute, please comment on this issue with the metric you want to add doctest (one by one).
Example on how to add doctest, see #2241
Thanks!
Metadata
Metadata
Assignees
Labels
HacktoberfestPyDataGlobalPyData Global 2020 SprintPyData Global 2020 Sprintdocsgood first issuehelp wanted