SimJeg / FC-DenseNet

Fully Convolutional DenseNets for semantic segmentation.
486 stars 145 forks source link

Remove unused `n_filters` #5

Closed cancan101 closed 7 years ago

cancan101 commented 7 years ago

n_filters is not used after the downsample path so no need to keep incrementing it. Also unclear what the incremented value would even mean since n_filters_keep is now used.