Skip to content

Commit

Permalink
Update quantized shufflenet weights (#1715)
Browse files Browse the repository at this point in the history
Previous weights are not compatible with current PyTorch
  • Loading branch information
fmassa authored Jan 3, 2020
1 parent 300019d commit 07cbb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchvision/models/quantization/shufflenetv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
quant_model_urls = {
'shufflenetv2_x0.5_fbgemm': None,
'shufflenetv2_x1.0_fbgemm':
'https://download.pytorch.org/models/quantized/shufflenetv2_x1_fbgemm-751f210b.pth',
'https://download.pytorch.org/models/quantized/shufflenetv2_x1_fbgemm-db332c57.pth',
'shufflenetv2_x1.5_fbgemm': None,
'shufflenetv2_x2.0_fbgemm': None,
}
Expand Down

0 comments on commit 07cbb46

Please sign in to comment.