Results 2 repositories owned by s-chh

PyTorch-Scratch-Vision-Transformer-ViT

147
Stars
23
Forks
147
Watchers

Simple and easy to understand PyTorch implementation of Vision Transformer (ViT) from scratch, with detailed steps. Tested on common datasets like MNIST, CIFAR10, and more.

PyTorch-GAN-Variants

18
Stars
4
Forks
Watchers

From scratch, simple and easy-to-understand Pytorch implementation of variants of generative adversarial network (GAN). Implemented variants: Conditional GAN (cGAN), DCGAN, LSGAN. Datasets used MNIST,...