WePCf / darknet-mobilenet-v2

Darknet for MobileNet v2
Other
80 stars 27 forks source link

the effect between relu and relu6 #7

Closed wxhqw closed 5 years ago

wxhqw commented 5 years ago

have you ever tried the relu6 , there is big difference between the relu6 and relu?

WePCf commented 5 years ago

I didn't try it. Sorry

wxhqw commented 5 years ago

thanks

aditbhrgv commented 5 years ago

Hi wxhqw,

I want to try Relu6 for darknet implementation instead of Leaky relu. I am also trying Relu activation.

I am wondering if you already have the code of Relu6 for Darknet C implementation implemented in your repository ?

If yes, can you please share that ?

THanks