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
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
## What's New
4
4
5
+
### Feb 29, 2020
6
+
* New MobileNet-V3 Large weights trained from stratch with this code to 75.77% top-1
7
+
* IMPORTANT CHANGE - default weight init changed for all MobilenetV3 / EfficientNet / related models
8
+
* overall results similar to a bit better training from scratch on a few smaller models tried
9
+
* performance early in training seems consistently improved but less difference by end
10
+
* set `fix_group_fanout=False` in `_init_weight_goog` fn if you need to reproducte past behaviour
11
+
* Experimental LR noise feature added applies a random perturbation to LR each epoch in specified range of training
12
+
5
13
### Feb 18, 2020
6
14
* Big refactor of model layers and addition of several attention mechanisms. Several additions motivated by 'Compounding the Performance Improvements...' (https://arxiv.org/abs/2001.06268):
7
15
* Move layer/module impl into `layers` subfolder/module of `models` and organize in a more granular fashion
@@ -187,7 +195,8 @@ I've leveraged the training scripts in this repository to train a few of the mod
0 commit comments