All Projects → zhenxuan00 → Graphical Gan

zhenxuan00 / Graphical Gan

source code of the paper Graphical Generative Adversarial Networks

Programming Languages

python
139335 projects - #7 most used programming language

Graphical Generative Adversarial Networks (Graphical-GAN)

Chongxuan Li, Max Welling, Jun Zhu and Bo Zhang

Code for reproducing most of the results in the paper. The results of our method is called LOCAL_EP in the code. We also provide implementation of a lot of recent papers, which is of independent interests. The papers including VEGAN, ALI, ALICE. We also try some combination of these methods while the most direct competitor of our method is ALI.

Warning: the code is still under development. If you have any problem with the code, please send an email to [email protected]. Any feedback will be appreciated!

We thank the authors of wgan-gp for providing their code. Our code is widely adapted from their repositories.

You may need to download the datasets and save it to the dataset folder except the MNIST case. See details in the corresponding files of the dataset.

If you find the code is useful, please cite our paper!

@article{li2018graphical, title={Graphical Generative Adversarial Networks}, author={Li, Chongxuan and Welling, Max and Zhu, Jun and Zhang, Bo}, journal={arXiv preprint arXiv:1804.03429}, year={2018} }

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].