GUOShuxuan / expandnets

Official implementation of ExpandNets (NeurIPS2020)
https://proceedings.neurips.cc/paper/2020/hash/0e1ebad68af7f0ae4830b7ac92bc3c6f-Abstract.html
BSD 3-Clause "New" or "Revised" License
36 stars 6 forks source link

How about add BN after each expanded Conv layer #2

Closed pansiyuan123 closed 3 years ago

pansiyuan123 commented 3 years ago

Very interesting work! I'm curious why not add BN after each extended CONV layer. I don't know if it can bring improvement.

GUOShuxuan commented 3 years ago

Very interesting work! I'm curious why not add BN after each extended CONV layer. I don't know if it can bring improvement.

Hi, we have tried to add BN, however, in most cases, it didn't help, even got slightly worse results than without bn.