andreysher
commited on
Commit
·
36e5a58
1
Parent(s):
4d679c2
Update README.md
Browse files
README.md
CHANGED
@@ -17,25 +17,25 @@ Evaluation code is also based on Torchvision references.
|
|
17 |
|
18 |
## ResNet-50
|
19 |
|
20 |
-
| Model |
|
21 |
-
|
22 |
-
| **ResNet-50 Torchvision** | 4144.
|
23 |
-
| **ResNet-50 ENOT (x2)** | 2057.
|
24 |
-
| **ResNet-50 ENOT (x4)** | 867.
|
25 |
|
26 |
## ViT-B/32
|
27 |
|
28 |
-
| Model | Latency (MMACs)
|
29 |
-
|
30 |
-
| **ViT-B/32 Torchvision** | 4413.
|
31 |
-
| **ViT-B/32 ENOT** | 492.
|
32 |
|
33 |
## MobileNetV2
|
34 |
|
35 |
-
| Model | Latency (MMACs)
|
36 |
-
|
37 |
-
| **MobileNetV2 Torchvision** | 334.
|
38 |
-
| **MobileNetV2 ENOT** | 156.
|
39 |
|
40 |
# Validation
|
41 |
|
|
|
17 |
|
18 |
## ResNet-50
|
19 |
|
20 |
+
| Model | Latency (MMACs) | Accuracy (%) |
|
21 |
+
|---------------------------|:---------------:|:-------------:|
|
22 |
+
| **ResNet-50 Torchvision** | 4144.85 | 76.14 |
|
23 |
+
| **ResNet-50 ENOT (x2)** | 2057.61 (x2.01) | 75.48 (-0.66) |
|
24 |
+
| **ResNet-50 ENOT (x4)** | 867.94 (x4.77) | 73.58 (-2.57) |
|
25 |
|
26 |
## ViT-B/32
|
27 |
|
28 |
+
| Model | Latency (MMACs) | Accuracy (%) |
|
29 |
+
|--------------------------|:---------------:|:-------------:|
|
30 |
+
| **ViT-B/32 Torchvision** | 4413.99 | 75.91 |
|
31 |
+
| **ViT-B/32 ENOT** | 492.23 (x8.97) | 73.72 (-2.19) |
|
32 |
|
33 |
## MobileNetV2
|
34 |
|
35 |
+
| Model | Latency (MMACs) | Accuracy (%) |
|
36 |
+
|-----------------------------|:---------------:|:-------------:|
|
37 |
+
| **MobileNetV2 Torchvision** | 334.23 | 71.88 |
|
38 |
+
| **MobileNetV2 ENOT** | 156.80 (x2.13) | 69.90 (-1.98) |
|
39 |
|
40 |
# Validation
|
41 |
|