Closed zhaodongsun closed 6 years ago
At /FCIS/fcis/symbols/resnet_v1_101_fcis.py, I found the no_bias parameter is set True ,which means there is no bias for each convolutional layer. Why do you remove the bias?
no_bias
True
Biases are in the BN layers that follow.
At /FCIS/fcis/symbols/resnet_v1_101_fcis.py, I found the
no_bias
parameter is setTrue
,which means there is no bias for each convolutional layer. Why do you remove the bias?