andreysher
commited on
Commit
•
b2bfe46
1
Parent(s):
061bac4
Load MobileNet-x1_6
Browse files
MobileNetV2/MobileNetV2-ENOT-x1_6.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2d1fee0b9a360881fd2d86a45c18efe50022ff359a226abb1d5f70c3b414e7b
|
3 |
+
size 10770841
|
MobileNetV2/MobileNetV2-ENOT-x1_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9856bb1034239cea9b901034d34d5578e546da34baa9d824da7c32cdbc062f9e
|
3 |
+
size 32946885
|
MobileNetV2/{MobileNetV2-ENOT.onnx → MobileNetV2-ENOT-x2_1.onnx}
RENAMED
File without changes
|
MobileNetV2/{MobileNetV2-ENOT.pth → MobileNetV2-ENOT-x2_1.pth}
RENAMED
File without changes
|
README.md
CHANGED
@@ -36,7 +36,8 @@ Evaluation code is also based on Torchvision references.
|
|
36 |
| Model | Latency (MMACs) | Accuracy (%) |
|
37 |
|-----------------------------|:---------------:|:-------------:|
|
38 |
| **MobileNetV2 Torchvision** | 334.23 | 71.88 |
|
39 |
-
| **MobileNetV2 ENOT**
|
|
|
40 |
|
41 |
# Validation
|
42 |
|
|
|
36 |
| Model | Latency (MMACs) | Accuracy (%) |
|
37 |
|-----------------------------|:---------------:|:-------------:|
|
38 |
| **MobileNetV2 Torchvision** | 334.23 | 71.88 |
|
39 |
+
| **MobileNetV2 ENOT (x2.1)** | 156.80 (x2.13) | 69.90 (-1.98) |
|
40 |
+
| **MobileNetV2 ENOT (x1.6)** | 209.40 (x1.59) | 70.68 (-1.2) |
|
41 |
|
42 |
# Validation
|
43 |
|