We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8efa37f commit e4d9b9fCopy full SHA for e4d9b9f
README.md
@@ -122,7 +122,10 @@ python timm_train.py --data /userhome/temp_data/ImageNet -b 256 --model_method m
122
|Model|Epoch|Dropout|LabelSmooth|FLOPs|Result|
123
|:----|:----:|:----:|:----:|:----:|:----:|
124
| MobileNetV2 | 450 | 0.2 | 0.1 |300.774 |-|
125
-| MobileNetV3 | 450 | 0.2 | 0.1 |216.590 |-|
+| MobileNetV3 | 450 | 0.2 | 0.1 |216.590 |75.492|
126
+| MobileNetV3 | 250 | 0.2 | 0.1 |216.590 |75.41|
127
+| MobileNetV3 | 200 | 0.2 | 0.1 |216.590 |75.052|
128
+| MobileNetV3 | 150 | 0.2 | 0.1 |216.590 |74.426|
129
### CIFAR-10
130
131
0 commit comments