flyyufelix / DenseNet-Keras

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

Code is using growth_rate instead of nb_filter #23

Open yamrgit opened 5 years ago

yamrgit commented 5 years ago

The iterative updates of nb_filter are never used:

Line 164+: x = conv_block(concat_feat, stage, branch, growth_rate, dropout_rate, weight_decay)

msseibel commented 4 years ago

Ran in the same problem and I am writing this comment just to remind the author (after one year) to react on this. A repository with 530 stars should be maintained better.