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

About deepwise_conv_layer.cu,when bias_term = false,somting is wrong #261

Open
WangYX-TKZ opened this issue Jun 7, 2020 · 0 comments
Open

Comments

@WangYX-TKZ
Copy link

WangYX-TKZ commented Jun 7, 2020

in the deepwise_conv_layer.cu file, Is there a wrong in the backward function.
const bool bias_propagate_down_ = this -> param_propagate_down_[1]
when the parameter bias_term is false, the param_propagate_down_'s size is 1.
is it right?

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