Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multiplicative lr. #27254

Closed
wants to merge 4 commits into from
Closed

Conversation

vincentqb
Copy link
Contributor

@vincentqb vincentqb commented Oct 2, 2019

MultiplicativeLR consumes a function providing the multiplicative factor at each epoch. It mimics LambdaLR in its syntax.

Stack from ghstack:

Differential Revision: D17728088

Closes #28463

@pytorchbot pytorchbot added the module: optimizer Related to torch.optim label Oct 2, 2019
vincentqb added a commit that referenced this pull request Oct 2, 2019
ghstack-source-id: 449523e00a338a8be2567d52d99178f25b74d7a7
Pull Request resolved: #27254
@vincentqb vincentqb requested a review from fmassa October 4, 2019 18:18
@vincentqb vincentqb requested a review from ezyang October 15, 2019 19:12
@ezyang
Copy link
Contributor

ezyang commented Oct 16, 2019

Please add this to the docs

`MultiplicativeLR` consumes a function providing the multiplicative factor at each epoch. It mimics `LambdaLR` in its syntax. 


Differential Revision: [D17728088](https://our.internmc.facebook.com/intern/diff/D17728088)
`MultiplicativeLR` consumes a function providing the multiplicative factor at each epoch. It mimics `LambdaLR` in its syntax. 


Differential Revision: [D17728088](https://our.internmc.facebook.com/intern/diff/D17728088)
vincentqb added a commit that referenced this pull request Oct 16, 2019
ghstack-source-id: f22fcdb6f3f44c02af3a71b1a3d1ad738a944d85
Pull Request resolved: #27254
`MultiplicativeLR` consumes a function providing the multiplicative factor at each epoch. It mimics `LambdaLR` in its syntax. 


Differential Revision: [D17728088](https://our.internmc.facebook.com/intern/diff/D17728088)
vincentqb added a commit that referenced this pull request Oct 21, 2019
ghstack-source-id: b112198fd415233560e3806675426a41cef1bbf4
Pull Request resolved: #27254
vincentqb added a commit to vincentqb/pytorch that referenced this pull request Oct 22, 2019
ghstack-source-id: b112198fd415233560e3806675426a41cef1bbf4
Pull Request resolved: pytorch#27254
@facebook-github-bot
Copy link
Contributor

@vincentqb merged this pull request in e4f40bf.

@facebook-github-bot facebook-github-bot deleted the gh/vincentqb/28/head branch October 28, 2019 22:21
thiagocrepaldi pushed a commit to thiagocrepaldi/pytorch that referenced this pull request Feb 4, 2020
Summary:
Pull Request resolved: pytorch#27254

`MultiplicativeLR` consumes a function providing the multiplicative factor at each epoch. It mimics `LambdaLR` in its syntax.

Test Plan: Imported from OSS

Differential Revision: D17728088

Pulled By: vincentqb

fbshipit-source-id: 1c4a8e19a4f24c87b5efccda01630c8a970dc5c9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Merged module: optimizer Related to torch.optim
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants