-
Upon calling `self.saver.save(self.sess, os.path.join(checkpoint_dir, model_name), global_step=step)`, I get the following stack trace.
```
Traceback (most recent call last):
File "main.py", line …
-
It is used in the line 176 of the model.py file.
-
In this block:
```
self.d_loss_real = binary_cross_entropy_with_logits(tf.ones_like(self.D), self.D)
self.d_loss_fake = binary_cross_entropy_with_logits(tf.zeros_like(self.D_), self.D_)
s…
-
**Bug:** There is no source code for the model.
**Expected Result:** For source code to be released, since the project is titled `dgcan_code` :)
**How to reproduce:**
```
michael@halifax ~> git clo…
-
I was expecting the SpatialConvolutionUpsample class to do the expected "upsampling" but it seems like this class is doing something else. Here is one example:
``` lua
conv = nn.SpatialConvolutionUp…
-
I was running dcgan.torch for 4 days and it had finally begun to learn to generate images which looked a little like the originals, and I was very excited. Then it crashed because it tried to write a …
gwern updated
8 years ago