pshashk / seesaw-facenet

SeesawFaceNets: sparse and robust face verification model for mobile platform
https://arxiv.org/abs/1908.09124
13 stars 4 forks source link

Activation function #2

Closed AnthonyF333 closed 4 years ago

AnthonyF333 commented 4 years ago

Hello @pshashk, thanks for your great job. I want to know why the first two conv are followed by relu, but the other conv are followed by hswish. Are there some tricks on it?

pshashk commented 4 years ago

Hello @tankrant Thanks It's similar to the way mobilenet V3 mixes the different activations.

AnthonyF333 commented 4 years ago

Thanks a lot! I get it.