├── 5.png ├── README.md ├── dataset.py ├── inference.py ├── refs └── CV大模型系列之:全面解读VIT,它到底给植树人挖了多少坑 - 掘金.pdf ├── train.py ├── vit.png └── vit.py /5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owenliang/mnist-vit/HEAD/5.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owenliang/mnist-vit/HEAD/README.md -------------------------------------------------------------------------------- /dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owenliang/mnist-vit/HEAD/dataset.py -------------------------------------------------------------------------------- /inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owenliang/mnist-vit/HEAD/inference.py -------------------------------------------------------------------------------- /refs/CV大模型系列之:全面解读VIT,它到底给植树人挖了多少坑 - 掘金.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owenliang/mnist-vit/HEAD/refs/CV大模型系列之:全面解读VIT,它到底给植树人挖了多少坑 - 掘金.pdf -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owenliang/mnist-vit/HEAD/train.py -------------------------------------------------------------------------------- /vit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owenliang/mnist-vit/HEAD/vit.png -------------------------------------------------------------------------------- /vit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owenliang/mnist-vit/HEAD/vit.py --------------------------------------------------------------------------------