FredZhang7
commited on
Commit
·
7c7b979
1
Parent(s):
2eb6d99
add link to CMAD
Browse files
README.md
CHANGED
@@ -7,7 +7,8 @@ license: cc-by-nc-4.0
|
|
7 |
---
|
8 |
|
9 |
To be clear, this model is tailored to my image and video classification tasks, not to imagenet.
|
10 |
-
I built EfficientNetV2.5 s to outperform the existing EfficientNet b0 to b4, EfficientNet b1 to b4 pruned (I pruned b4), and EfficientNetV2 t to l models, whether trained using TensorFlow or PyTorch,
|
|
|
11 |
|
12 |
## Model Details
|
13 |
- **Model tasks:** Image classification / video classification / feature backbone
|
|
|
7 |
---
|
8 |
|
9 |
To be clear, this model is tailored to my image and video classification tasks, not to imagenet.
|
10 |
+
I built EfficientNetV2.5 s to outperform the existing EfficientNet b0 to b4, EfficientNet b1 to b4 pruned (I pruned b4), and EfficientNetV2 t to l models, whether trained using TensorFlow or PyTorch,
|
11 |
+
in terms of top-1 accuracy, efficiency, and robustness on my dataset and [CMAD benchmark](https://huggingface.co/datasets/aistrova/CMAD).
|
12 |
|
13 |
## Model Details
|
14 |
- **Model tasks:** Image classification / video classification / feature backbone
|