Skip to content

Instantly share code, notes, and snippets.

@jinglescode
Last active November 15, 2019 12:08
Show Gist options
  • Save jinglescode/a660e498eb3ba4142618909ae7924674 to your computer and use it in GitHub Desktop.
Save jinglescode/a660e498eb3ba4142618909ae7924674 to your computer and use it in GitHub Desktop.
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