-
Traceback (most recent call last):
File "./complete.py", line 33, in
dcgan = DCGAN(sess, image_size=args.imgSize,checkpoint_dir=args.checkpointDir, lam=args.lam)
File "/home/anshit/Downl…
-
Hello there,
As I was going through your code, I was a bit puzzled by the last operation if the discriminator:
From 'model.py' file:
m = tf.matmul(h, self.W['md'])
m = tf.reshape(m…
-
when i run the demo using the pretrained model ,errors happened ,the log says the graph do not include d_bn1/moving_mean,i check the graph by using "print graph.get_operations()",and do not find d_bn…
pobei updated
7 years ago
-
Hi, I get the following error while running python main.py --operation 1 , using MNIST dataset.
Traceback (most recent call last):
File "main.py", line 30, in
tf.app.run()
File "/Users/…
-
Hey,
in this line: https://github.com/carpedm20/DCGAN-tensorflow/blob/master/model.py#L128 im receiving that shape error. I am training on my own data, all images scaled to the same resolution:
`data…
-
Hi, thanks very much for adding a more layers so that the networks would be able to generate higher res images...
I'm a bit confused about how to go about training properly. I put 10,000 images fro…
-
How to implement VAE/DCGAN (decoder/generator) with upsampling layer (aka. backward convolution or fractional striding) in caffe?
I was able to implement the GAN (because only InnerProductLayer is …
-
I am using Tensorfow 1.0 recent release.
Traceback (most recent call last):
File "main.py", line 96, in
tf.app.run()
File "/home/ankur/python/lib/python2.7/site-packages/tensorflow/p…
-
There seem two ways to get all parameters(called in TL)/variables(called in TF), one provided by TL is `all_params`, the other provided by TF (and wrapped by TL) is `get_variables_with_name()`.
I w…
-
I am using centos 6.5 and I have installed chainer. I have also installed cudnn v5 (placed .h and .so files in required places) and also have cuda 7.5 and Nvidia driver 352 installed.
When I try to…
sidak updated
7 years ago