-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
exp init: fixes #7534; simplifies/updates exp init --live #7703
Conversation
Okay, tests are ready. Sorry, should have put in draft mode/held off on assigning you. |
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.
We are missing test using explicit --live
and --metrics
/--plots
together
Added. |
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.
@dberenbaum, changes look good to me. I have 2 suggestions above. I can also handle if needed, lmk. 🙂
Thanks! Updated the PR. |
"--type", | ||
choices=["default", "dl"], | ||
choices=["default", "checkpoint"], |
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.
Needs doc update 🙂 (at least in exp init --type
ref.)
Still need to fix tests, but I thought this might be easier than explaining the changes correctly.