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

Incorrect bprop() for LRN layer #15

Open
donglaiw opened this issue Sep 20, 2015 · 1 comment
Open

Incorrect bprop() for LRN layer #15

donglaiw opened this issue Sep 20, 2015 · 1 comment

Comments

@donglaiw
Copy link

In deeppy/feedforward/convnet_layers.py, the bprop for the LRN layer should not be the direct copy from the previous layer.

Reference: decaf
https://github.com/UCB-ICSI-Vision-Group/decaf-release/blob/master/decaf/layers/cpp/local_response_normalization.cpp

@andersbll
Copy link
Owner

Agreed - this is a silly mistake! Thank you for reporting 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

2 participants