andreysher
commited on
Commit
•
5cff5da
1
Parent(s):
b2bfe46
Change model order
Browse files
README.md
CHANGED
@@ -36,8 +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 (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 |
|
|
|
36 |
| Model | Latency (MMACs) | Accuracy (%) |
|
37 |
|-----------------------------|:---------------:|:-------------:|
|
38 |
| **MobileNetV2 Torchvision** | 334.23 | 71.88 |
|
|
|
39 |
| **MobileNetV2 ENOT (x1.6)** | 209.40 (x1.59) | 70.68 (-1.2) |
|
40 |
+
| **MobileNetV2 ENOT (x2.1)** | 156.80 (x2.13) | 69.90 (-1.98) |
|
41 |
|
42 |
# Validation
|
43 |
|