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

The order of leaky_relu layer and BN layer for D-net #5

Closed
YvonneYuan opened this issue Jan 29, 2018 · 2 comments
Closed

The order of leaky_relu layer and BN layer for D-net #5

YvonneYuan opened this issue Jan 29, 2018 · 2 comments

Comments

@YvonneYuan
Copy link

Hi there,

I am looking at your code and trying to reproduce your WESPE paper. I found in the function _conv_layer() in models.py file, the BN layer is after leaky_relu layer, which is different from what other people usually do (BN first, then relu layer). Is there any special reason you do so?

BTW, will the code for WESPE paper will be released?

Thanks a lot.

Best,
Yvonne

@aiff22
Copy link
Owner

aiff22 commented Mar 13, 2018

Hi Yvonne,

Our experiments revealed that the order of BN and leaky_relu layer does not significantly affect the network performance, thus this order was chosen.

WEPSE code will be released upon the publication.

@aiff22 aiff22 closed this as completed Mar 13, 2018
@DaPenggg
Copy link

@aiff22 WEPSE code ?where is it?

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

3 participants