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

batch_normalization should be involved in Test mode #17

Open
liurida opened this issue Feb 19, 2017 · 0 comments
Open

batch_normalization should be involved in Test mode #17

liurida opened this issue Feb 19, 2017 · 0 comments

Comments

@liurida
Copy link

liurida commented Feb 19, 2017

When is_train, the bn is added. But test, it's ignored. based on the doc in the page, https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/layers/python/layers/layers.py
logic should be like the desc below:
is_training: Whether or not the layer is in training mode. In training mode
it would accumulate the statistics of the moments into moving_mean and
moving_variance using an exponential moving average with the given
decay. When it is not in training mode then it would use the values of
the moving_mean and the moving_variance.

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