Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use batch_normalization #20

Open
gauss-clb opened this issue Jan 31, 2018 · 0 comments
Open

Don't use batch_normalization #20

gauss-clb opened this issue Jan 31, 2018 · 0 comments

Comments

@gauss-clb
Copy link

gauss-clb commented Jan 31, 2018

See here, updates_collections=None which means moving_mean and moving_var won't be put into tf.GraphKeys.UPDATE_OPS. so tf.get_collection(tf.GraphKeys.UPDATE_OPS) is [], I think it's a bug.

But if you just delete updates_collections=None, it can't work. Because there are two graphs for discriminators and there are different moving_mean and moving_var for different graph. So I think you should use different tf.control_dependencies for discriminator and generator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant