-
i put my images to /opt/DCGAN-tensorflow-master/data/newdir
and images size is 96*96 jpg file.
commond is
```
python main.py --image_size 96 --output_size 64 --dataset /opt/DCGAN-tensorflow-maste…
tusik updated
7 years ago
-
it is hard to understand the variable names in the dcgan example
would it be possible to add more clear names and descriptions?
this way we could more easily fiddle with this and it would be mor…
-
@shashanktyagi
Hi, my name is Yohan and I am developing the Capsule network that is used on NROB dataset. Thanks for your code on preprocessing dataset. Would you mind if I add your repo as a DCGA…
-
def sigmoid_cross_entropy_with_logits(x, y):
try:
return tf.nn.sigmoid_cross_entropy_with_logits(logits=x, labels=y)
except:
return tf.nn.sigmoid_cross_entropy_with_log…
-
## 📚 Documentation
I'm trying to get DCGAN running on my Windows machine. It appears that the code may not support windows, but this is not mentioned in the readme. Is there a procedure to get it run…
-
I have installed cuda and cudnn, and I run `THEANO_FLAGS='device=cpu, floatX=float32, nvcc.fastmath=True' /usr/bin/python iGAN_main.py --model_name outdoor_64`, the error message is:
```
Traceback (…
-
Hello,
Thanks for your great tool ! It will be helpful for my microscopy images. But I can't run the test.py at this moment. I suffered from an error which may result from keras using only one GPU in…
-
Hello,
I get the following error for 13-DCGAN program:
(base)@blackhole:$ python main.py
Traceback (most recent call last):
File "main.py", line 5, in
from scipy.misc import toimage
…
-
Sorry, I don't have the access to the model of the generator. Could you share it? Thank you!
-
I have trained the model, but do not know how to use the '.h5' model file, If anyone can tell me, thank you very much indeed