You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,10 @@ Several (less common) features that I often utilize in my projects are included.
60
60
* Mixup (as in https://arxiv.org/abs/1710.09412) - currently implementing/testing
61
61
* An inference script that dumps output to CSV is provided as an example
62
62
63
+
## Results
64
+
65
+
A CSV file containing an ImageNet-1K validation results summary for all included models with pretrained weights and default configurations is located [here](results/results-all.csv)
66
+
63
67
### Self-trained Weights
64
68
I've leveraged the training scripts in this repository to train a few of the models with missing weights to good levels of performance. These numbers are all for 224x224 training and validation image sizing with the usual 87.5% validation crop.
0 commit comments