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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
## What's New
4
4
5
+
### April 5, 2020
6
+
* Add some newly trained MobileNet-V2 models trained with latest h-params, rand augment. They compare quite favourably to EfficientNet-Lite
7
+
* 3.5M param MobileNet-V2 100 @ 73%
8
+
* 4.5M param MobileNet-V2 110d @ 75%
9
+
* 6.1M param MobileNet-V2 140 @ 76.5%
10
+
* 5.8M param MobileNet-V2 120d @ 77.3%
11
+
5
12
### March 18, 2020
6
13
* Add EfficientNet-Lite models w/ weights ported from [Tensorflow TPU](https://github.com/tensorflow/tpu/tree/master/models/official/efficientnet/lite)
7
14
* Add RandAugment trained ResNeXt-50 32x4d weights with 79.8 top-1. Trained by [Andrew Lavin](https://github.com/andravin) (see Training section for hparams)
@@ -194,21 +201,25 @@ I've leveraged the training scripts in this repository to train a few of the mod
0 commit comments