shicai / MobileNet-Caffe

Caffe Implementation of Google's MobileNets (v1 and v2)
BSD 3-Clause "New" or "Revised" License
1.26k stars 708 forks source link

MobileNetV2 doesn't have Relu6? #51

Open wang1ang opened 6 years ago

shicai commented 6 years ago

ReLU is used instead of ReLU6. It is ok to use ReLU to train the model.