Commit 14e351f
Fix LinearLR end_factor default. (#1439)
* Fix LinearLR end_factor default.
torch.optim.lr_scheduler.LinearLR end_factor default was 5,
but should be 1.0.
Most probably, it would be a typo influenced from total_iters default (5).
See also https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LinearLR.html
* Update RELEASENOTES.md.
---------
Co-authored-by: Masaru Kimura <masaru@hacarus.com>1 parent 5ba1402 commit 14e351f
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1398 | 1398 | | |
1399 | 1399 | | |
1400 | 1400 | | |
1401 | | - | |
| 1401 | + | |
1402 | 1402 | | |
1403 | 1403 | | |
1404 | 1404 | | |
| |||
0 commit comments