MobileNetV2-PyTorch icon indicating copy to clipboard operation
MobileNetV2-PyTorch copied to clipboard

This is the PyTorch implement of MobileNet V2

Results 7 MobileNetV2-PyTorch issues
Sort by recently updated
recently updated
newest added

# Decay LR by a factor of 0.1 every 7 epochs exp_lr_scheduler = lr_scheduler.StepLR(optimizer_ft, step_size=1, gamma=0.98)

Hey @miraclewkf do you have trained mobilenetv2 imagenet weights available? Would be nice if you could share them! Thanks!

hi, I use your code to train,the result is that loss is decrease all the time,but the Acc and lr doesn't change for a one day.could you help me ?

Hi, I want to use the pretrain model,but I can not find it, Can you provided it?

Hi, could I ask what does the value in ground_truth document mean? Moreover, in meta.mat, how do you get wordnet_height? Did you create the two documents by yourself or download...