-
The API histogram_summary and image_summary were deleted in r12.1. Maybe I shall roll back to 11.0
-
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,
I am trying to run the mnist gan code but the code is not working as intented. My Generator loss is not changing after first epoch and it remains constant at 16.0302 thereafter. Please help me…
-
I ran the demo from the blog post with 3 images, but I cannot reproduce the result. Instead I get something that does not look reasonable at all:
![completion_newiter2500](https://cloud.githubusercon…
-
I ran the demo from your blog post with 3 images, but the result is disppointing:
![completion_problem](https://cloud.githubusercontent.com/assets/8183572/20307614/f31e6e3a-ab48-11e6-8916-88f19ebda…
-
I have to believe that this is user error, but I've been bashing my head against it for a bit now. When I try to run the mnist toy example, I get `AttributeError: 'module' object has no attribute 'sum…
-
I'm just doing the training on mnist and bunch of stuff that looks like this scroll past
```
Epoch: [ 1] [ 775/1093] time: 155.6176, d_loss: 1.39283180, g_loss: 0.67132330
```
how long should I wait…
-
i'm using tensorflow `0.11.0rc1` and get error below. the train data is `.jpg` format and size is 64x64, gray pictures.Is there sth wrong?
```
I tensorflow/stream_executor/dso_loader.cc:125] succe…
-
python main.py --dataset mnist --visualize True
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[*] Reading checkpoints...
Traceback (most recent call last):
File "ma…
-
Hi, I try to translate a torch code to TensorFlow, but I cannot find the corresponding tensorflow function of `SpatialFullConvolution` which is able to apply transpose convoluation on vector (not only…