Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- Note
|
| 5 |
+
- deepvit
|
| 6 |
+
- vit
|
| 7 |
+
- vision
|
| 8 |
+
library_name: tf
|
| 9 |
+
datasets:
|
| 10 |
+
- imagenet-1k
|
| 11 |
+
pipeline_tag: image-classification
|
| 12 |
---
|
| 13 |
+
This model is built by Note, Note can be found [here](https://github.com/NoteDance/Note). The model can be found [here](https://github.com/NoteDance/Note/blob/Note-7.0/Note/neuralnetwork/tf/DeepViT.py). The tutorial can be found [here](https://github.com/NoteDance/Note-documentation/tree/tf-7.0).
|