github 连接 https://github.com/LynnHo/CycleGAN-Tensorflow-PyTorch
克隆github
下载数据集
https://people.eecs.berkeley.edu/~taesung_park/CycleGAN/datasets
将数据集数据放在 datasets 下
训练运行
CUDA_VISIBLE_DEVICES=0 python train.py --dataset=horse2zebra
预测运行
CUDA_VISIBLE_DEVICES=0 python test.py --dataset=horse2zebra