Lyken17 / SparseNet

[ECCV 2018] Sparsely Aggreagated Convolutional Networks https://arxiv.org/abs/1801.05895
MIT License
125 stars 25 forks source link

Question on add_transition #4

Closed Sirius083 closed 5 years ago

Sirius083 commented 5 years ago

I have a problem on add_transition normally, the transition layer is BN-relu-conv why you use two relu here https://github.com/Lyken17/SparseNet/blob/master/src/models/utils.py#L81 thanks in advance