pytorch
7dcfbedc - Fix LinearLR scheduler start_factor (#86695)

Commit
3 years ago
Fix LinearLR scheduler start_factor (#86695) Fixes #86454 The `start_factor` must be comprised in ]0;1] instead of [0;1] to avoid division by 0. This PR changes the lower limit checking of the parameter. Pull Request resolved: https://github.com/pytorch/pytorch/pull/86695 Approved by: https://github.com/albanD
Author
mikael10j
Committer
Parents
Loading