-
Notifications
You must be signed in to change notification settings - Fork 1
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
massively expand sample size for training #3
Comments
Alternative idea (not directly correlated with this issue but I want to write this down somewhere): |
Ran some tests on different transforms:
Following this I disabled Update: |
Cross validation shouldn't be necessary for long so we discard this feature. Random transforms were applied separately to |
With the current setting we have convergence after about 3-4 epochs even on our most basic models.
Ideas:
apply data augmentationperform (leave one out) cross validationIf we go down with patch size we will need to additionally use
mrtous.dataset.MNIBITENative
for image preview during training.The text was updated successfully, but these errors were encountered: