dcgan_code icon indicating copy to clipboard operation
dcgan_code copied to clipboard

Deep Convolutional Generative Adversarial Networks

Results 31 dcgan_code issues
Sort by recently updated
recently updated
newest added

It's a amazing work. Could you tell me how to train it on my own datasets?

Would be a great help if you could link the album cover art dataset you used to train the network on. Thanks very much

Hi, recently I've been studying your code, especially on the conditional DCGAN you made for MNIST dataset. I see that you concatenated the condition on every layer right after BatchNorm...

Hi, I'm interested in the contents which is in section 6.2 VISUALIZING THE DISCRIMINATOR FEATURES of DCGAN paper. I'm not sure I could understanding this part but, I failed to...

@Newmu can you help me with sample code how to make this part?. I ask about the features of size 28672 how can i get this size and how to...

HI, new to python so I'm just poking around and the initial setup could use some help in the form of a requirements.txt file. Would love a ```pip freeze >...