MobileNet-YOLO icon indicating copy to clipboard operation
MobileNet-YOLO copied to clipboard

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

Open WangYX-TKZ opened this issue 4 years ago • 0 comments

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?

WangYX-TKZ avatar Jun 07 '20 14:06 WangYX-TKZ