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

Added notebook for how to use LRScheduler #79

Closed
wants to merge 1 commit into from

Conversation

divyanshugit
Copy link

fix: #78

@divyanshugit divyanshugit changed the title Added notebook for using LRScheduler Added notebook for how to use LRScheduler Mar 11, 2022
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.

@divyanshugit thanks for the PR
Major comment here is that initial description is not very informative and does not describe below notebook content. We'd like to see clear problem statement and how it could be resolved with ignite functionality.

By the way, a notebook on how to use ignite param schedulers like this one: https://pytorch.org/ignite/handlers.html#more-on-parameter-scheduling would be helpful.

EDIT: by the way, we still have an open PR for param schedulers: #49

"cell_type": "markdown",
"metadata": {},
"source": [
"This how-to guide demonstrates how we can use LR-Schedulers to adjust the learning rate of a model."
Copy link
Member

Choose a reason for hiding this comment

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

@divyanshugit please add more context and links on ignite docs for the functionalities used in the NB.

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.

How-to-guide to cover LRScheduler
2 participants