issues
search
421 results
for dcgan-tensorflow
Best match
Best match
Most commented
Newest
Recently updated
Least commented
Oldest
Least recently updated
carpedm20/DCGAN-tensorflow
#15
the loss is not correct
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…
goodfeli
updated
8 years ago
3
上一页
1
...
37
38
39
40
41
42
43
...
43
下一页