paulgavrikov
commited on
Commit
•
09c9901
1
Parent(s):
f0d8fa5
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- imagenet-1k
|
4 |
+
metrics:
|
5 |
+
- accuracy
|
6 |
+
---
|
7 |
+
This is a linear classification head for ImageNet-1k for use with timm's vit_base_patch16_224.mae (Masked Auto Encoders). It does not contain any additional normalization or pooling layers. I trained it for 100 epochs on ImageNet-1k but still got a relatively poor performance (52.19).
|