-
@gheinrich
Hello, I am trying to replicate the GAN example but it throws the following error in model create stage (Tensorflow visualiser also fails with same error).
Any opinions on what may cause…
-
Hi,
I am trying to send a batch of 64 images and trying to extract the features all at once from the model. However, after a certain number of images I get erroneous image features. Any idea why co…
-
hello,Erik, thanks for your sharing of these kinds of GAN, and I wonder if my data is 3 channel color images like cifar, how to apply it, for if I just change the size and channel it arise an error 'n…
-
File "main.py", line 61, in
tf.app.run()
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 30, in run
sys.exit(main(sys.argv))
File "main.py", line 45…
-
Hi,
I have a question as the title when I was studying DCGAN.
I found some other DCGAN examples of keras and it seems they will set the discriminator's parameter non-trainable during training adv…
-
After a few smaller patches (forthcoming) I got through the whole process describe in the README for testing the pre-trained models. Up to the point where I can finally run `test.lua`. I’m pretty conf…
JanX2 updated
6 years ago
-
-
Hi,
Thanks for sharing your implementation!
Can you please point to the DCGAN training code to use with your model?
Cheers,
Eldar.
eldar updated
7 years ago
-
I have a script that previously would freeze pre-trained weights from the ResNet50 model and train the new layers I placed on top of the base model. Now, the model summary is reporting that all weigh…
-
Kindly upload pre-trained models weights of DCGAN-Tensorflow for MNIST fashion, DIGITS, SVHN and CIFAR-10. Thanks.