Skip to content

Commit

Permalink
fix mobilenetv2 0.75 width pretrained model url.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyaofo authored Sep 8, 2021
1 parent 266dba1 commit e8a3ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_cifar_models/mobilenetv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

cifar100_pretrained_weight_urls = {
'mobilenetv2_x0_5': 'https://github.com/chenyaofo/pytorch-cifar-models/releases/download/mobilenetv2/cifar100_mobilenetv2_x0_5-9f915757.pt',
'mobilenetv2_x0_75': 'https://github.com/chenyaofo/pytorch-cifar-models/releases/download/mobilenetv2/cifar100_mobilenetv2_x0_75-9ab3e178.pt',
'mobilenetv2_x0_75': 'https://github.com/chenyaofo/pytorch-cifar-models/releases/download/mobilenetv2/cifar100_mobilenetv2_x0_75-d7891e60.pt',
'mobilenetv2_x1_0': 'https://github.com/chenyaofo/pytorch-cifar-models/releases/download/mobilenetv2/cifar100_mobilenetv2_x1_0-1311f9ff.pt',
'mobilenetv2_x1_4': 'https://github.com/chenyaofo/pytorch-cifar-models/releases/download/mobilenetv2/cifar100_mobilenetv2_x1_4-8a269f5e.pt',
}
Expand Down

0 comments on commit e8a3ffb

Please sign in to comment.