From 5684c6af3285fe8b9dd51819744f422e59855a03 Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Thu, 4 Jul 2019 10:52:03 -0700 Subject: [PATCH] Update README.md Add blurb about results csv --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 92b135d2..3160bba3 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,10 @@ Several (less common) features that I often utilize in my projects are included. * Mixup (as in https://arxiv.org/abs/1710.09412) - currently implementing/testing * An inference script that dumps output to CSV is provided as an example +## Results + +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) + ### Self-trained Weights 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.