pytorch/test/optim
Matt Pitkin 8a5dd7f59b Allow SequentialLR to include ChainedScheduler (#133450)
This fixes #132745 and allows a `SequentialLR` to include schedulers that are compound scheduler types (i.e., a `ChainedScheduler`), which contain a list of schedulers in a `_schedulers` attribute.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/133450
Approved by: https://github.com/janeyx99
2024-10-18 02:29:38 +00:00
..
test_lrscheduler.py Allow SequentialLR to include ChainedScheduler (#133450) 2024-10-18 02:29:38 +00:00
test_optim.py Enable UFMT on test/onnx_caffe2, test/optim, test/package and test/profiler (#123901) 2024-04-15 17:46:59 +00:00
test_swa_utils.py [BE][Easy][8/19] enforce style for empty lines in import segments in test/[k-p]*/ (#129759) 2024-07-31 02:09:20 +00:00