PyTorch-MNIST-Tutorial/ ├── LICENSE ├── model.pth ├── model.py ├── README.md ├── test.py ├── train.py ├── utils.py ├── demo.py ├── mnist_train.csv └── mnist_test.csv ...
This repository contains different versions of Transformers implemented during tutorial using Pytorch. The github, video, documentation are listed bellow. This repository attempts to get those ...