tdeboissiere / DeepLearningImplementations

Implementation of recent Deep Learning papers
MIT License
1.81k stars 650 forks source link

Densenet: growth_rate #72

Open Paheding opened 6 years ago

Paheding commented 6 years ago

@tdeboissiere Line 93 in the densenet.py:

x = conv_factory(x, concat_axis, growth_rate,

the input variable growth_rate shouldn't be changed to nb_filter? Since the nb_filter is growing in each layer in the dense block.