FredZhang7
commited on
Commit
·
17b3b4c
1
Parent(s):
bec7206
update comparisons
Browse files
README.md
CHANGED
@@ -60,6 +60,8 @@ model = torch.load(model_name)
|
|
60 |
```
|
61 |
|
62 |
# Top-1 Accuracy Comparisons
|
|
|
|
|
63 |
`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.
|
64 |
|
65 |
I will publish the detailed report in another model repository, including the link to the GVNS benchmarks.
|
|
|
60 |
```
|
61 |
|
62 |
# Top-1 Accuracy Comparisons
|
63 |
+
I finetuned the existing models on either 299x299, 304x304, 320x320, or 384x384 resolution, depending on the input size used during pretraining and the VRAM usage.
|
64 |
+
|
65 |
`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.
|
66 |
|
67 |
I will publish the detailed report in another model repository, including the link to the GVNS benchmarks.
|