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

Improve LRFinder for DDP #1996

Merged
merged 4 commits into from
May 13, 2021

Conversation

KickItLikeShika
Copy link
Contributor

Fixes #837

Improve LRFinder for DDP and add tests.

Check list:

  • New tests are added (if a new feature is added)
  • New doc strings: description and/or example code are in RST format
  • Documentation is updated (if required)

@github-actions github-actions bot added the module: contrib Contrib module label May 13, 2021
@KickItLikeShika
Copy link
Contributor Author

KickItLikeShika commented May 13, 2021

I know the PR isn't perfect yet as the tests were a bit confusing for me, but I need to to see the reviews, and Thanks for help!

Copy link
Collaborator

@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.

Thanks for the PR @KickItLikeShika
Yes, let's polish it a bit.

tests/ignite/contrib/handlers/test_lr_finder.py Outdated Show resolved Hide resolved
tests/ignite/contrib/handlers/test_lr_finder.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@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 a lot @KickItLikeShika !

@vfdev-5 vfdev-5 merged commit ee2c7ee into pytorch:master May 13, 2021
@KickItLikeShika KickItLikeShika deleted the improve-lrfinder-for-ddp branch May 13, 2021 21:53
@vfdev-5 vfdev-5 added this to In progress in 0.4.5 via automation May 28, 2021
@vfdev-5 vfdev-5 moved this from In progress to Done in 0.4.5 May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: contrib Contrib module
Projects
No open projects
0.4.5
Done
Development

Successfully merging this pull request may close these issues.

LRFinder in DDP
3 participants