-
```
Traceback (most recent call last):
File "main.py", line 96, in
tf.app.run()
File "/home/maxiaosha/anaconda2/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 44, in…
-
Hi,
After having updated the code to work with latest keras, I have been testing it for a while, but I'm having no success whatsoever. After a large number of epochs, I'm still sticking with genera…
-
File "main.py", line 44, in main
dcgan.train(FLAGS)
File "/home/tushar/codes/python_codes/DCGAN-tensorflow/model.py", line 131, in train
init_op = tf.global_variables_initializer()
Att…
-
[*] Reading checkpoints...
[*] Failed to find a checkpoint
[!] Load failed...
Traceback (most recent call last):
File "main.py", line 91, in
tf.app.run()
File "/users1/zyli/.local/li…
-
Hey, just wondering if there was a reason that batch norm was left out of the resnet blocks. Thanks for the repo!
ghost updated
7 years ago
-
Is the model for projecting an image back onto the manifold also packaged with the pre-trained models listed in the README? The code is organized very well and I've been able to use the `Model` class …
-
I found npy format here: https://github.com/Newmu/dcgan_code/tree/master/models. But this model's generator generates 32x32 images. I was wondering if there's a dcgan model trained on ImageNet with a …
-
The _Wasserstein GAN_ I'm training is presenting mode collapse behavior. There are 5 conditions and the samples associated with each condition each have one single mode.
The critic loss graph shows w…
-
When I set FLAGS.visualize to True, it occurs an error as follows. How can I fix it please?
Traceback (most recent call last):
File "main.py", line 60, in
tf.app.run()
File "/home/clay…
-
Hi,
How should we generate images using our trained model.
I am trying to generate images from a checkpoint state and I'm trying to use https://github.com/soumith/dcgan.torch/blob/master/generat…