Skip to content

zhenxuan00/graphical-gan

Repository files navigation

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 chongxuanli1991@gmail.com. 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} }

About

source code of the paper Graphical Generative Adversarial Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages