Commit ·
d7fa16f
1
Parent(s): 80838a4
add character
Browse files
README.md
CHANGED
|
@@ -61,4 +61,4 @@ model = torch.load(model_name)
|
|
| 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
|
|
|
|
| 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 benchmarks.
|