FredZhang7 commited on
Commit
1dc3eb8
·
1 Parent(s): a9e2ffc

update comparisons

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -59,6 +59,6 @@ model = torch.load(model_name)
59
  ```
60
 
61
  # Top-1 Accuracy Comparisons
62
- I will publish the results in another model repository, including the link to the GVNS benchmark.
63
 
64
- Note that `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.
 
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.