flyyufelix / DenseNet-Keras

DenseNet Implementation in Keras with ImageNet Pretrained Models
MIT License
566 stars 264 forks source link

Regarding scale #15

Closed m3ht closed 6 years ago

m3ht commented 6 years ago

Can you explain why you're using a separate scale function when batch norm scales the output anyway?

flyyufelix commented 6 years ago

You can refer to this thread: https://github.com/flyyufelix/DenseNet-Keras/issues/5