Skip to content

Commit 4abf34a

Browse files
authored
Add Vision Transformer
1 parent 31dbb9c commit 4abf34a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ These networks have been trained on more than a million images and can classify
6363
| [nasnetlarge](https://www.mathworks.com/help/deeplearning/ref/nasnetlarge.html) | 332| 1000|81.83|[Doc](https://www.mathworks.com/help/deeplearning/ref/nasnetlarge.html) |
6464
| [efficientnetb0](https://www.mathworks.com/help/deeplearning/ref/efficientnetb0.html) | 20| 1000|74.72|[Doc](https://www.mathworks.com/help/deeplearning/ref/efficientnetb0.html) |
6565
| [ConvMixer](https://github.com/matlab-deep-learning/convmixer-patches-are-all-you-need) | 7.7| 10|-|[GitHub](https://github.com/matlab-deep-learning/convmixer-patches-are-all-you-need) |
66+
| [Vison Transformer](https://www.mathworks.com/help/vision/ref/visiontransformer.html) | Large-16 - 1100<br /> Base-16 - 331.4<br /> Small-16 - 84.7<br /> Tiny-16 - 22.2| 1000|Large-16 - 85.59<br /> Base-16 - 85.49<br /> Small-16 - 83.73<br /> Tiny-16 - 78.22|[Doc](https://www.mathworks.com/help/vision/ref/visiontransformer.html) |
6667

6768
**Tips for selecting a model**
6869

0 commit comments

Comments
 (0)