Skip to content

Commit

Permalink
modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
selous123 committed Aug 18, 2017
1 parent 4113a40 commit 4d588a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Generative Adversarial Nets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ merged_summary_op = tf.summary.merge_all()
![](Selection_008.jpg)

Discriminator的能力越来越强,但是generator并没有很快的增强,以至于G_loss在不断增大。可以通过调整g_step和d_step调整两个更新的比例关系(源代码中有涉及到这两个参数)

![](Selection_009.jpg)


Expand Down

0 comments on commit 4d588a0

Please sign in to comment.