Skip to content

Commit e4d9b9f

Browse files
committed
add mobilenetV3 timm train result
1 parent 8efa37f commit e4d9b9f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,10 @@ python timm_train.py --data /userhome/temp_data/ImageNet -b 256 --model_method m
122122
|Model|Epoch|Dropout|LabelSmooth|FLOPs|Result|
123123
|:----|:----:|:----:|:----:|:----:|:----:|
124124
| MobileNetV2 | 450 | 0.2 | 0.1 |300.774 |-|
125-
| MobileNetV3 | 450 | 0.2 | 0.1 |216.590 |-|
125+
| 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|
126129
### CIFAR-10
127130

128131
|Model|Epoch|Dropout|LabelSmooth|FLOPs|Result|

0 commit comments

Comments
 (0)