dcgan_code
dcgan_code copied to clipboard
Deep Convolutional Generative Adversarial Networks
This is more of a doubt than an issue. Why you don't add batch norm to the last layer of your discriminator and generator?
Hi Alec, I read from the Indico blog that you guys use docker a lot, just wondering if you have a docker copy of DCGAN handy to share? Thanks! Really...
Hello guys! I got this error when I run the faces file train_uncond_dcgan.py and this is it's Traceback..... " Traceback (most recent call last): File "train_uncond_dcgan.py", line 52, in tr_data,...
I'm studying this code and would like to know if my understanding is correct. Generator: | layer | gifn | gain_ifn | bias_ifn | |--------|----------------|----------|----------| | 1 | (100, 128...
I'm trying to create my own dataset. What's the order of the dimensions of the input tensor? Is it (batch_size, channels, height, width), (batch_size, height, width, channels), (batch_size, height *...
The code from the load.py is generating error of "total size of new array must be unchanged". It just loads the mnist dataset to an array and then reshaping it....
Would it be possible to upload the parameters for the model trained on faces? In the same manner that the parameters for imagenet and svhn have been uploaded? Thanks!
How can I add my picture in Arithmetic on faces in part three
referring to https://github.com/Newmu/dcgan_code/blob/master/faces/train_uncond_dcgan.py#L118 I tried adding my own bias just before the lrelu, but it is hard to tell if it helps: ``` b = bias_ifn((ndf), 'db') ... h =...
I can't find the code to download the data. I need help . thanks