DCGAN icon indicating copy to clipboard operation
DCGAN copied to clipboard

Implementation of Deep Convolutional Generative Adversarial Networks on MNIST database in Keras

Results 2 DCGAN issues
Sort by recently updated
recently updated
newest added

@rajathkmp How can i use this code to have vector of feature to every image in dataset (other dataset not mnist)?

@rajathkmp Could you please tell why did you compiled Generator model in line 85 `generator.compile(loss='binary_crossentropy', optimizer=adam, metrics=['accuracy'])` As while training we require and train only discriminator and dcgan as per...