File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1818
1919# -- Project information -----------------------------------------------------
2020
21- project = 'pytorch-optimizers '
21+ project = 'pytorch-optimizer '
2222copyright = '2021, kozistr'
2323author = 'kozistr'
2424
2525# The full version, including alpha/beta/rc tags
26- release = '2.8.0'
27-
26+ release = '2.11.2'
2827
2928# -- General configuration ---------------------------------------------------
3029
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ BCELoss
99.. autoclass :: pytorch_optimizer.BCELoss
1010 :members:
1111
12- .. _ BCEFocal :
12+ .. _ BCEFocalLoss :
1313
14- BCEFocal
15- --------
14+ BCEFocalLoss
15+ ------------
1616
17- .. autoclass :: pytorch_optimizer.BCEFocal
17+ .. autoclass :: pytorch_optimizer.BCEFocalLoss
1818 :members:
1919
2020.. _FocalLoss :
Original file line number Diff line number Diff line change 332332.. _AdaptiveSGD :
333333
334334AdaptiveSGD
335- ----
335+ -----------
336336
337337.. autoclass :: pytorch_optimizer.ASGD
338338 :members:
Original file line number Diff line number Diff line change 1- urllib3 < 2.0.0
1+ --index-url https://pypi.org/simple
2+ --extra-index-url https://download.pytorch.org/whl/cpu
23numpy
3- --index-url https://download.pytorch.org/whl/cpu
4- torch == 2.0.0
4+ torch == 2.0.1
5+ sphinx < 7
6+ sphinx_rtd_theme
You can’t perform that action at this time.
0 commit comments