Skip to content

Latest commit

 

History

History

CycleGAN

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Pytorch-CycleGAN-Digits

Unofficial Pytorch implementation of CycleGAN for MNIST, USPS, SVHN, MNIST-M and SyntheticDigits datasets.


Change the DS variables to change the dataset. For using the saved model to generate images, set LOAD_MODEL to True and EPOCHS to 0.

Generated Samples

MNIST ⟷ SVHN

MNIST ⟶ SVHN SVHN ⟶ MNIST
MNIST_SVHN. SVHN_MNIST

MNIST ⟷ MNIST-M

MNIST ⟶ MNIST-M MNIST-M ⟶ MNIST
MNIST_MNISTM. MNISTM_MNIST

MNIST ⟷ USPS

MNIST ⟶ USPS USPS ⟶ MNIST
MNIST_USPS. MNISTM_MNIST

SyDigits ⟷ SVHN

SyDigits ⟶ SVHN SVHN ⟶ SyDigits
SyDigits_SVHN. SVHN_SyDigits