Update README
Browse files- .gitattributes +1 -0
- FastViT_2x.png +3 -0
- README.md +4 -0
.gitattributes
CHANGED
@@ -19,6 +19,7 @@
|
|
19 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
*.pkl filter=lfs diff=lfs merge=lfs -text
|
|
|
22 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
*.rar filter=lfs diff=lfs merge=lfs -text
|
|
|
19 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
23 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
24 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
25 |
*.rar filter=lfs diff=lfs merge=lfs -text
|
FastViT_2x.png
ADDED
Git LFS Details
|
README.md
CHANGED
@@ -11,6 +11,10 @@ datasets:
|
|
11 |
|
12 |
# FastViT: A Fast Hybrid Vision Transformer using Structural Reparameterization
|
13 |
|
|
|
|
|
|
|
|
|
14 |
Please observe [original license](https://github.com/apple/ml-fastvit/blob/8af5928238cab99c45f64fc3e4e7b1516b8224ba/LICENSE).
|
15 |
|
16 |
## Model Details
|
|
|
11 |
|
12 |
# FastViT: A Fast Hybrid Vision Transformer using Structural Reparameterization
|
13 |
|
14 |
+
Image Classification.
|
15 |
+
|
16 |
+
![Image Classification](FastViT_2x.png)
|
17 |
+
|
18 |
Please observe [original license](https://github.com/apple/ml-fastvit/blob/8af5928238cab99c45f64fc3e4e7b1516b8224ba/LICENSE).
|
19 |
|
20 |
## Model Details
|