FredZhang7 commited on
Commit
7b2bc87
·
1 Parent(s): d5a705e

improve clarity

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,7 +62,7 @@ model = torch.load(model_name)
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.
68
  This repository is only for the base model, pretrained on ImageNet, not my task.
 
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
+ Aside from EfficientNetV2.5, `efficientnet_b3_pruned` achieved the highest top-1 accuracy as well as the highest epoch-1 training accuracy on my task, out of all existing 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.
68
  This repository is only for the base model, pretrained on ImageNet, not my task.