tonylins / pytorch-mobilenet-v2

A PyTorch implementation of MobileNet V2 architecture and pretrained model.
Apache License 2.0
1.37k stars 328 forks source link

what the purpose of having `assert input_size % 32 == 0` in the code? #15

Closed isalirezag closed 6 years ago

isalirezag commented 6 years ago

I dont get the meaning of assert input_size % 32 == 0 in the code. why do we want the input size be divisible by 32?

odysseaspap commented 5 years ago

Any updated on this? I have the same question.

LucienXian commented 5 years ago

@odysseaspap @isalirezag @tonylins I have the same question. Can you explain about it?

jiamingNo1 commented 4 years ago

224/7=32