Randl / MobileNetV2-pytorch

Impementation of MobileNetV2 in pytorch
https://arxiv.org/abs/1801.04381
MIT License
270 stars 83 forks source link

Train with non square input #12

Closed amandayeyan closed 5 years ago

amandayeyan commented 5 years ago

Have you tried training images with 256x128 instead of 224x224? I am developing a person re-identification model and wish to have a pre-trained model on ImageNet but with size 256x128.