Xiaoccer / MobileFaceNet_Pytorch

MobileFaceNets: Efficient CNNs for Accurate Real-Time Face Verification on Mobile Devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mobilenetv2 backbone is wrong

anguoyang opened this issue · comments

Given groups=1, weight of size 512 128 1 1, expected input[2, 320, 4, 4] to have 128 channels, but got 320 channels instead

Mobilenetv1 is correct, but V2 is wrong

Sorry, I didn't understand your question too much, can you describe it in detail?