Initial commit

This commit is contained in:
pice35408784b54431987c4d13c457b9cd 2024-09-24 10:55:19 +08:00
commit 57a417c6cb
1 changed files with 3 additions and 0 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# ViT_image_classification
ViT是2020年Google团队提出的将Transformer应用在图像分类的模型虽然不是第一篇将transformer应用在视觉任务的论文但是因为其模型简单”且效果好可扩展性强scalable模型越大效果越好成为了transformer在CV领域应用的里程碑著作也引爆了后续相关研究。