-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add utility for training to dirty image and integrate into cross-val #206
Conversation
jeffjennings
commented
Nov 29, 2023
•
edited
Loading
edited
- Adds a function to train against a dirty image.
- Optionally integrates this function into a cross-validation loop.
- Training against a dirty image is run once at the start of cross-val, with the resulting state dictionary saved. The state dict is then loaded to update each new model at the start of the training loop for each k-fold.
- Adds a test of the function.
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.
Looks good, thanks. It would be helpful to have documentation (a tutorial, or other narrative text) explaining how one might start using these tools in an example workflow. Perhaps for HD 143006 part 3, or the IM Lup example.
Great, and good point - the HD 143006 part 3 tutorial sounds like a nice place. I've added a note in #63. |