To run this code, you should open your terminal and type these commands.
git clone https://github.com/Faldict/CapsuleGAN
cd CapsuleGAN
python main.py
- python3
- numpy
- tensorflow (gpu better)
- Upload experiment results
- Add hyper parameters
Please feel free to submit issues if you get any problems or have any advice.
- CapsuleGAN: Generative Adversarial Capsule Network - First inspiration. I follow the adversarial framework described in this paper. However, the experiment results described in this paper is inconvinced.
- chrislybaer/capsules-tensorflow - Implemenatation for Capsule Layers.
- vlraik/CapsNet-GAN-Tensorflow - Another version of Capsule GAN with many differences.