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
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ All models are implemented by GenEfficientNet or MobileNetV3 classes, with strin
8
8
9
9
### March 23, 2020
10
10
* Add EfficientNet-Lite models w/ weights ported from [Tensorflow TPU](https://github.com/tensorflow/tpu/tree/master/models/official/efficientnet/lite)
11
-
* Add PyTorch trained MobileNet-V3 Large weights trained from stratch with this code to 75.77% top-1
11
+
* Add PyTorch trained MobileNet-V3 Large weights with 75.77% top-1
12
12
* IMPORTANT CHANGE (if training from scratch) - weight init changed to better match Tensorflow impl, set `fix_group_fanout=False` in `initialize_weight_goog` for old behavior
0 commit comments