DenseNet-Keras icon indicating copy to clipboard operation
DenseNet-Keras copied to clipboard

Code is using growth_rate instead of nb_filter

Open yamrgit opened this issue 6 years ago • 1 comments

The iterative updates of nb_filter are never used:

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

yamrgit avatar Feb 11 '19 19:02 yamrgit

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.

msseibel avatar Mar 22 '20 12:03 msseibel