Codes for paper "CDE-GAN: Cooperative Dual Evolution Based Generative Adversarial Network"
- Linux or macOS, python 3 (<3.9), NVIDIA GPU
Please refer to E-GAN codes at (https://github.com/WANG-Chaoyue/EvolutionaryGAN-pytorch).
Run bash ./scripts/cdeegan.sh
for training the proposed method.
Run python test.py
for generating test data.
If this work is helpful for you, please cite our paper.
@article{Chen2021CDEGANCD,
title={CDE-GAN: Cooperative Dual Evolution-Based Generative Adversarial Network},
author={Shiming Chen and Wenjie Wang and Beihao Xia and Xinge You and Qinmu Peng and Zehong Cao and Weiping Ding},
journal={IEEE Transactions on Evolutionary Computation},
year={2021},
volume={25},
pages={986-1000}
}
- Baseline codes from WANG-Chaoyue/EvolutionaryGAN-pytorch.
- The authors would like to thank Dr. Chaoyue Wang for his assistance with coding suggestions.
If you run into any problems with these codes, please submit a bug report on the Github site of the project. For another inquries please contact with me: [email protected] or [email protected]