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.
MNIST ⟶ SVHN | SVHN ⟶ MNIST |
---|---|
MNIST ⟶ MNIST-M | MNIST-M ⟶ MNIST |
---|---|
MNIST ⟶ USPS | USPS ⟶ MNIST |
---|---|
SyDigits ⟶ SVHN | SVHN ⟶ SyDigits |
---|---|