Skip to content

Commit

Permalink
minor fix gan
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuke Sugomori committed Mar 26, 2019
1 parent 78df046 commit 1c1e448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/gan_fashion_mnist.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,4 @@ def gen_noise(batch_size):
plt.tight_layout()
# plt.show()
template = '{}/gan_fashion_mnist_epoch_{:0>4}.png'
plt.savefig(template.format(out_path, epoch), dpi=300)
plt.savefig(template.format(out_path, epoch+1), dpi=300)

0 comments on commit 1c1e448

Please sign in to comment.