Skip to content

Commit

Permalink
Follow the gen_samples signature
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwiktrammer committed May 3, 2017
1 parent 7433178 commit 680a3f1
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 @@ -539,7 +539,7 @@
" gen_samples, _ = sess.run(\n",
" generator(input_z, input_size, reuse=True),\n",
" feed_dict={input_z: sample_z})\n",
"view_samples([gen_samples], 0)"
"view_samples(0, [gen_samples])"
]
}
],
Expand Down

0 comments on commit 680a3f1

Please sign in to comment.