PyTorch Implementation of CycleGAN and Semi-Supervised GAN for Domain Transfer.
$ git clone https://github.com/yunjey/mnist-svhn-transfer.git
$ cd mnist-svhn-transfer/
$ chmod +x download.sh
$ ./download.sh
$ python main.py --use_labels=False --use_reconst_loss=True
$ python main.py --use_labels=True --use_reconst_loss=False
From SVHN to MNIST | From MNIST to SVHN |
---|---|
From SVHN to MNIST | From MNIST to SVHN |
---|---|