flyyufelix / DenseNet-Keras

DenseNet Implementation in Keras with ImageNet Pretrained Models
MIT License
568 stars 263 forks source link

Why the 'bias' is set to False? #9

Closed shuuchen closed 7 years ago

shuuchen commented 7 years ago

Hi,

Is it possible to get better results by setting 'bias' to false?

flyyufelix commented 7 years ago

The 'bias' term is encapsulated in the BatchNorm layer. Notice that 'bias' term is dropped for ResNet too