To add state_dict and load_state_dict to SequentialLR (#65035)
authorIlqar Ramazanli <iramazanli@fb.com>
Wed, 15 Sep 2021 18:55:53 +0000 (11:55 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 15 Sep 2021 19:01:51 +0000 (12:01 -0700)
commit211ad231dcd26da51c8389c2ac4993de0c9f5188
tree8662009fd3edead8cd44550cf7a940b150c69d01
parent8a652e0e919e4ea21a1d503efebccc6be79b082f
To add state_dict and load_state_dict to SequentialLR (#65035)

Summary:
To add state_dict() and load_state_dict() methods to SequentialLR

Pull Request resolved: https://github.com/pytorch/pytorch/pull/65035

Reviewed By: prabhat00155, nateanl

Differential Revision: D30958204

Pulled By: datumbox

fbshipit-source-id: 65114e1b07146526ae2680233f5cd42b2534d67a
torch/optim/lr_scheduler.py