Commit
·
1dc3eb8
1
Parent(s):
a9e2ffc
update comparisons
Browse files
README.md
CHANGED
@@ -59,6 +59,6 @@ model = torch.load(model_name)
|
|
59 |
```
|
60 |
|
61 |
# Top-1 Accuracy Comparisons
|
62 |
-
|
63 |
|
64 |
-
|
|
|
59 |
```
|
60 |
|
61 |
# Top-1 Accuracy Comparisons
|
62 |
+
`efficientnet_b3_pruned` achieved the second highest top-1 accuracy as well as the highest epoch-1 training accuracy on my task, out of all previous EfficientNet models my 24 GB VRAM RTX 3090 could handle.
|
63 |
|
64 |
+
I will publish the detailed report in another model repository, including the link to the GVNS benchmark.
|