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

Why some conv layers is_training was False. #39

Open
logic1988 opened this issue Mar 29, 2019 · 1 comment
Open

Why some conv layers is_training was False. #39

logic1988 opened this issue Mar 29, 2019 · 1 comment

Comments

@logic1988
Copy link

Why the is_training param of two conv layers was set to False:
https://github.com/mgharbi/hdrnet_legacy/blob/master/hdrnet/models.py#L116
https://github.com/mgharbi/hdrnet_legacy/blob/master/hdrnet/models.py#L131
Any influence on result?

@mgharbi
Copy link
Owner

mgharbi commented Mar 29, 2019

That should not matter, those layers have no batchnorm. is_training switches between using the running mean/std (at train time) vs. using the memorized values (at test time).

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