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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
## What's New
4
4
5
+
### May 1, 2020
6
+
* Merged a number of execellent contributions in the ResNet model family over the past month
7
+
* BlurPool2D and resnetblur models initiated by [Chris Ha](https://github.com/VRandme), I trained resnetblur50 to 79.3.
8
+
* TResNet models and SpaceToDepth, AntiAliasDownsampleLayer layers by [mrT23](https://github.com/mrT23)
9
+
* ecaresnet (50d, 101d, light) models and two pruned variants using pruning as per (https://arxiv.org/abs/2002.08258) by [yoniaflalo](https://github.com/yoniaflalo)
10
+
* 200 pretrained models in total now with updated results csv in results folder
11
+
5
12
### April 5, 2020
6
13
* Add some newly trained MobileNet-V2 models trained with latest h-params, rand augment. They compare quite favourably to EfficientNet-Lite
7
14
* 3.5M param MobileNet-V2 100 @ 73%
@@ -149,6 +156,8 @@ Included models:
149
156
* code from https://github.com/HRNet/HRNet-Image-Classification, paper https://arxiv.org/abs/1908.07919
150
157
* SelecSLS
151
158
* code from https://github.com/mehtadushy/SelecSLS-Pytorch, paper https://arxiv.org/abs/1907.00837
159
+
* TResNet
160
+
* code from https://github.com/mrT23/TResNet, paper https://arxiv.org/abs/2003.13630
152
161
153
162
Use the `--model` arg to specify model for train, validation, inference scripts. Match the all lowercase
0 commit comments