-
Hello dear friends,
If you have a look to: [tensorflow/tensorflow =>/tensorflow/contrib/slim/python/slim/nets](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/slim/python/sl…
-
hi,now i am also trying to train on CelebA (cropped and resized to 64x64) in WGAN-GP mode . I just modify the DATA_DIR in gan_64x64.py. But there was a mistake like this:
IOError: [Errno 2] No such f…
-
to foster community involvement - some richer sample code beyond MNIST should be tackled.
Generative Adversarial Networks is a hot topic amongst ML - and some sample code using swift should help enco…
-
I am trying to get the value of the gradient (of the weights wrt to the loss) as R matrix. I got so far:
```
K
-
When I try to run dcgan.py it returns me such error info:
Traceback (most recent call last):
File "dcgan.py", line 108, in
dcgan.train(sample_dir)
File "dcgan.py", line 58, in train
…
-
Thank you for your excellent work! I have some trouble when I ran the Free-Form codes.
And I use python3.5+tensorflow 1.4.0, I also resized celeba picture to 256*256*3.
Here are the parameters in th…
-
when i run the demo using the pretrained model ,errors happened ,the log says the graph do not include d_bn1/moving_variance,i check the graph by using "print graph.get_operations()",and do not find d…
pobei updated
6 years ago
-
I'm trying to use a custom dataset. I tried with square images as well as with rectangles (with the `--crop` flag). Using `--input_height=60 --output_height=60` doesn't help either.
For example wit…
-
### Environment info
Operating System:
Ubuntu 14.0.4
tensorflow 1.0
cuda 8.0 + cudnn 5.1
### Project
DCGAN: the code is downloaded here
https://github.com/carpedm20/DCGAN-tensorflow
### Lo…
-
I'm very new to Tensorflow. And it hurts. A lot.
# coding: utf-8
# # Training a DCGAN to draw fake and real images
# In[1]:
directory = "../Data/image_files/"
new_dir = "../Data/image_…