-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[train_controlnet.py] Fix the LR schedulers when num_train_epochs is passed in a distributed training env #8461
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
[train_controlnet.py] Fix the LR schedulers when num_train_epochs is passed in a distributed training env #8461
Conversation
Hi @sayakpaul, could you pls review this? |
@Bhavay-2001 when you are working on parts of issues like #8384, please don't write "Fixes ..." in your PRs because your PR doesn't fully fix the issue. It's a part of the solution, rather. |
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Hi @sayakpaul, Please review this once. |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
Failing test is unrelated. |
What does this PR do?
Part of #8384
Test script
Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
@sayakpaul