Update README
Browse files- .gitattributes +1 -0
- FastViT_2x.png +3 -0
- README.md +5 -1
.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
|
|
@@ -33,7 +37,7 @@ Please observe [original license](https://github.com/apple/ml-fastvit/blob/8af59
|
|
| 33 |
| [T8](https://huggingface.co/apple/FastViTT8F16.mlpackage) | 3.6M | 7.8 | Float16 | Float16 | -0.9% |
|
| 34 |
| [MA36](https://huggingface.co/apple/FastViTMA36F16.mlpackage) | 42.7M | 84 | Float16 | Float16 | -0.06% |
|
| 35 |
|
| 36 |
-
##
|
| 37 |
|
| 38 |
| Variant | Device | OS | Inference time (ms) | Dominant compute unit |
|
| 39 |
| ------- | -------------------- | ---- | ------------------: | --------------------- |
|
|
|
|
| 11 |
|
| 12 |
# FastViT: A Fast Hybrid Vision Transformer using Structural Reparameterization
|
| 13 |
|
| 14 |
+
Image Classification.
|
| 15 |
+
|
| 16 |
+

|
| 17 |
+
|
| 18 |
Please observe [original license](https://github.com/apple/ml-fastvit/blob/8af5928238cab99c45f64fc3e4e7b1516b8224ba/LICENSE).
|
| 19 |
|
| 20 |
## Model Details
|
|
|
|
| 37 |
| [T8](https://huggingface.co/apple/FastViTT8F16.mlpackage) | 3.6M | 7.8 | Float16 | Float16 | -0.9% |
|
| 38 |
| [MA36](https://huggingface.co/apple/FastViTMA36F16.mlpackage) | 42.7M | 84 | Float16 | Float16 | -0.06% |
|
| 39 |
|
| 40 |
+
## Evaluation - Inference time
|
| 41 |
|
| 42 |
| Variant | Device | OS | Inference time (ms) | Dominant compute unit |
|
| 43 |
| ------- | -------------------- | ---- | ------------------: | --------------------- |
|