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

Fix LRScheduler issue of PyTorch #241

Merged
merged 2 commits into from
May 17, 2023

Conversation

theory-in-progress
Copy link
Contributor

  • PyTorch 2.0.0 has deprecated _LRScheduler, use LRScheduler instead
  • Imported _LRScheduler or LRScheduler as PyTorchLRScheduler

Description

Fix #232


What is the purpose of this pull request?

  • Bug fix
  • New feature
  • Other

- PyTorch 2.0.0 has deprecated _LRScheduler, use LRScheduler instead
- Imported _LRScheduler or LRScheduler as PyTorchLRScheduler
@netlify
Copy link

netlify bot commented May 16, 2023

Deploy Preview for code-generator ready!

Name Link
🔨 Latest commit 2ff94c2
🔍 Latest deploy log https://app.netlify.com/sites/code-generator/deploys/6464016ca7e56a00078fc3bf
😎 Deploy Preview https://deploy-preview-241--code-generator.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Member

@vfdev-5 vfdev-5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @theory-in-progress

@vfdev-5 vfdev-5 merged commit 32610b1 into pytorch-ignite:main May 17, 2023
20 checks passed
@theory-in-progress theory-in-progress deleted the torch-LRScheduler branch August 29, 2023 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix LR scheduler issue on CI
2 participants