-
Notifications
You must be signed in to change notification settings - Fork 243
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
CorrDiff: CWB Dataloader cleanups #593
Conversation
4f731e5
to
0ec7f0c
Compare
Need to merge this first for the CI to pass: #594 |
Pretty big changes here, so can you check that you can start training ok, and that inference results with the pretrained checkpoint look ok? |
Hey @Jussmith01. I'm not that spun-up on corrdiff training/inference, but did add a regression test against the real data, and ensured that first item in dataset was bit-for-bit identical throughout the refactor. Perhaps you can add a simple end-to-end test that runs the training and inference on a desktop in < 1 minute. Until such is in the code base, I think it's a bit laborious to make it a requirement for merging. Thoughts @mnabian? |
This reverts commit c27c8f7.
Ready for re-review. I decided to leave the old reference configs intact since they have the hardcoded validation and other times. We'll probably want to include that in some form later on. |
Okay, I think that's enough for this PR. Maybe you could check that the |
@jleinonen. |
Also normalize input was broken, so I needed to fix it.
/blossom-ci |
Modulus Pull Request
Description
This PR deletes some unused code that made the CWB data loader harder to follow. It also uncomments, the corrdiff dataset tests.
Checklist
Dependencies