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_norm is_training parameter #7

Open
autasi opened this issue Mar 28, 2019 · 1 comment
Open

batch_norm is_training parameter #7

autasi opened this issue Mar 28, 2019 · 1 comment

Comments

@autasi
Copy link

autasi commented Mar 28, 2019

Shouldn't the 'is_training' parameter be passed to batch_norm normalizer via 'normalizer_params' of conv2d? The same applies to the other functions in this file.

normalizer_fn=slim.batch_norm,

@chyueG
Copy link

chyueG commented Apr 3, 2019

I think the writer forget this parameter,also ,in layer.py file line 79,function def _classification_layer,the writer forgot to change the dropout value when test

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

2 participants