Last active
November 15, 2019 12:08
-
-
Save jinglescode/a660e498eb3ba4142618909ae7924674 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Accuracy (best val. loss) | Time taken per epoch | ||
---|---|---|---|
ResNet18 | 0.6809 | 8s | |
ResNet18 + Bag of Tricks | 0.6968 (+2.3%) | 35s | |
ResNet18 + Mish | 0.7021 (+3.1%) | 13s | |
ResNet18 + Bag of Tricks + Mish | 0.6915 (+1.6%) | 40s | |
Deep and Wide ResNet | 0.6879 (+1.0%) | 47s | |
ResNet18 + Data augmentation | 0.7037 (+3.3%) | 8s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment