-
Hi,
I want to try this DC_GAN code to train my own model with my own dataset.
The image size in my dataset is 256x256x3, format is *.jpg.
I use the command "python main.py --dataset mydata --is_t…
-
-
When I use my own dataset (512*80 bmp 8bit), I put in
`python main.py --input_height 80 --input_width 512 --output_height 80 --output_width 512 --dataset eye --crop --train --epoch 30 --input_fname_p…
-
Hello Guys,
I have trained the model and saved the .index, .meta and .data file in a different directory. However; when running complete.py I am getting this error:
File "/home/hannahbrahman/AD…
-
Hello Murat,
I tried to run the code using 0 GPUs, and it gave me errors on both BEGAN and DCGAN. I am not able to test on the default 1 GPU because I don't have any. Do you know what might be cau…
-
Hi there,
When using my own dataset (28x28, grayscale), I get an error for this line in `model.py`:
`g_optim = tf.train.AdamOptimizer(config.learning_rate, beta1=config.beta1) \`
`.minimiz…
-
i m geting above error. Can anyone solve. Thanks
-
Hi, so I want to feed in new testing images to the trained discriminator. I restored the model but don't know what should I feed in the self.sess.run. Can anyone help? Should I code this in __init__ o…
sd301 updated
3 years ago
-
https://github.com/d2l-ai/d2l-en/blob/master/chapter_generative-adversarial-networks/dcgan.md
Currently the TF implementation (https://github.com/d2l-ai/d2l-en/pull/1760/files) uses a different set…
-
When running on ImageNet, I got this error.
`ValueError: Variable d_h0_conv/w/Adam/ does not exist, or was not created with tf.get_variable(). Did you mean to set reuse=None in VarScope?`
After…