From 15e66863b1df7ecfaea0d3368d902ba7c246d5dc Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Wed, 31 Jul 2019 14:41:31 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d50e186..4067ebc3 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ I've leveraged the training scripts in this repository to train a few of the mod ### Ported Weights -| Model | Prec@1 (Err) | Prec@5 (Err) | Param # | Image Scaling | Resolution | Source | +| Model | Prec@1 (Err) | Prec@5 (Err) | Param # | Image Scaling | Image Size | Source | |---|---|---|---|---|---|---| | tf_efficientnet_b7 *tfp | 84.480 (15.520) | 96.870 (3.130) | 66.35 | bicubic | 600 | [Google](https://github.com/tensorflow/tpu/tree/master/models/official/efficientnet) | | tf_efficientnet_b7 | 84.420 (15.580) | 96.906 (3.094) | 66.35 | bicubic | 600 | [Google](https://github.com/tensorflow/tpu/tree/master/models/official/efficientnet) |