I brought the model, loss code of the official DiscoGAN.
Official paper : https://arxiv.org/pdf/1703.05192.pdf
Official implement : https://github.com/SKTBrain/DiscoGAN
- Python 3.6
- PyTorch
- Numpy/Scipy/Pandas
- Progressbar
- OpenCV
see Official DiscoGAN github
-
dataset directory
- DiscoGAN-pytorch - train - A - B
-
train
$ python train.py
-
Road Model
$ python train.py --load_epoch -4 --model_path ./models
you should set to load epoch, model_path (defualt epoch : -0, model_path : ./models)
-
dataset directory
- DiscoGAN-pytorch - test - A - B
-
test
$ python test.py