Skip to content

Commit

Permalink
GAN_mnist: fix generator return doc
Browse files Browse the repository at this point in the history
Remove `logits` from return doc, since it isn't actually returned.
  • Loading branch information
vertexcite authored Jul 27, 2017
1 parent be2590e commit 7816f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gan_mnist/Intro_to_GANs_Exercises.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
" \n",
" Returns\n",
" -------\n",
" out, logits: \n",
" out: \n",
" '''\n",
" with tf.variable_scope # finish this\n",
" # Hidden layer\n",
Expand Down

0 comments on commit 7816f1a

Please sign in to comment.