-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Fix Checkpoint in Hyperparameter Tuning #2782
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 Checkpoint in Hyperparameter Tuning #2782
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/2782
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 1009803 with merge base 5e772fa ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM other than a few nits
Co-authored-by: Kai Fricke <[email protected]>
Co-authored-by: Kai Fricke <[email protected]>
Co-authored-by: Kai Fricke <[email protected]>
Co-authored-by: Kai Fricke <[email protected]>
Thank you for your comments! I found another place where I forgot to close the data file, and removed the problematic import. |
Oops, I accidentally deleted the branch in my forked repository 😅 |
This PR was reopened (likely due to being reverted), so your approval was removed. Please request another review.
@svekars Can you try running CI again? I was able to run the notebook with the recent fixes using |
@krfricke can we ask for a stamp once again if looks good? |
I don't think I know Ray well enough to review this and @krfricke is the right person to review this! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@svekars Would you be able to run CI again? |
Fixes #2679
Description
Uses the new
Checkpoint
import path and API in the Ray AI library.Checklist
cc @subramen @albanD