tdeboissiere / DeepLearningImplementations

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

In densenet.py def transition(x, nb_filter, dropout_rate=None, weight_decay=1E-4): #50

Closed noeagles closed 6 years ago

noeagles commented 6 years ago

It should be a maxpooling as written instead of a avgpooling

tdeboissiere commented 6 years ago

The transition has average pooling as per the paper : https://arxiv.org/pdf/1608.06993.pdf