Kenneth
Results
2
comments of
Kenneth
> @remyavijeesh22 > Use `g_loss = tf.reduce_mean(tf.nn.sigmoid_cross_entropy_with_logits(logits = disc_fake_image_logits, labels = tf.ones_like(disc_fake_image)))` > instead of `g_loss = tf.reduce_mean(tf.nn.sigmoid_cross_entropy_with_logits(disc_fake_image_logits, tf.ones_like(disc_fake_image)))` I changed that. The error then goes on to show that...
how to run? After ``` docker run -it --name attngan -p 8888:8888 attngan bash ``` I'm in bash mode. ``` root@b0b9d1bae644:/usr/src/app# ``` When I run the notebook to launch in...