Keras-ACGAN-CIFAR10

Code Modified from https://github.com/lukedeo/keras-acgan,
This is CIFAR10 version. Some interesting tricks refers to Soumith Chintala ganhacks(https://github.com/soumith/ganhacks).
I directly use the Minibatch Layer Code from:
https://github.com/forcecore/Keras-GAN-Animeface-Character
Thanks for the great work!
Any suggestion is welcomed!
This is one of generated images after 50 epochs:  

This is one of generated images after 200 epochs:  
This is Discriminator Classification Result for Cifar-10 test dataset after 200 epochs(Confusion Matrix, Accurancy: 71.89%)