-
Notifications
You must be signed in to change notification settings - Fork 2
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
Single-task POYO #25
Single-task POYO #25
Conversation
Lightning doesn't play well with BatchSamplers in validation/testing dataloaders
…chingFixedWindowSampler
@mazabou Ready for review. If possible, we should merge this in before adding |
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 overall. I left a few comments.
I made the update to brainsets
, I can attempt to incorporate them here.
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.
Review of torch_brain/models
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.
Review part 2 of 2
Note I have removed |
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.
Look great! Thank you for the colossal amount of work. Good to merge.
Just checking, you are going to merge this into main correct?
Awesome. Glad we could finish this up. There is some weird entanglement between this and |
Tested on entire MP dataset for up to 60 epochs. Works as expected. On 4xA40s: time per epoch: ~40s, time per validation: ~10s. I believe we are ready for training POYO-MP.
There is some ugliness wrt
subtask_index
handling. But I am deliberately leaving that until brainsets merges the interval-based approach so we don't have to re-engineer it later.