Randl / MobileNetV2-pytorch

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

resume error #14

Open Daonancai opened 4 years ago

Daonancai commented 4 years ago

When training like this : python imagenet.py --dataroot "/home/liming/data/" --resume "results/mobilenet_v2_1.0_224/model_best.pth.tar" -e I got: Missing key(s) in state_dict: "conv1.weight", "bn1.weight", "bn1.bias", "bn1.running_mean".......