shicai / MobileNet-Caffe

Caffe Implementation of Google's MobileNets (v1 and v2)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MobileNetV2 doesn't have Relu6?

wang1ang opened this issue · comments

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