This is a clean implementation of "Activation Maximization Generative Adversarial Nets".
It was written with tensorflow-1.5 and python3.5.
You can setting up the required environments according to build_env.sh.
For the original code, see AM-GANs-for-reproduce.