You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: