-
Notifications
You must be signed in to change notification settings - Fork 362
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
[Question] validation cross entropy #2000
Comments
Yes, and that was with a unet. But if you can do a lot better with more FLOPS, go for it! |
Thanks! |
Sweet! Want to open source it? |
very cool! ill share with the #comma-pencil guys on discord |
Great stuff! Can you add a LICENSE and release weights? And I didn't know about "segmentation_models.pytorch" or "albumentations", pytorch is fire! |
It's crazy that this doesn't overfit, you aren't scale augmenting I don't see. Added link to our README with the new record. |
The pytorch ecosystem is 🔥 |
There is some regularization (weight_decay), but I would guess that the robustness to overfitting mostly comes from Imagenet pre-trained encoder and the augmentations. |
I released the weights here: https://github.com/YassineYousfi/comma10k-baseline/releases/tag/v0.1-alpha |
Is the 0.051 validation cross entropy up to date? Are there any FLOPs constraints?
The text was updated successfully, but these errors were encountered: