Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Pytorch-LSGAN-MNIST

Pytorch implementation of LSGAN for generating MNIST images.


Run commands (also available in scripts.sh):

Dataset Run command
MNIST python main.py --dataset mnist --epochs 50
Fashion MNIST python main.py --dataset fashionmnist --epochs 100
USPS python main.py --dataset usps --epochs 100 --image_size 16

Generated Samples

MNIST

FashionMNIST