"git@developer.sourcefind.cn:OpenDAS/torch-harmonics.git" did not exist on "b3816ebc7d5336069dfc389d2740c5153a1add9f"
Unverified Commit 07cbb46a authored by Francisco Massa's avatar Francisco Massa Committed by GitHub
Browse files

Update quantized shufflenet weights (#1715)

Previous weights are not compatible with current PyTorch
parent 300019dd
...@@ -15,7 +15,7 @@ __all__ = [ ...@@ -15,7 +15,7 @@ __all__ = [
quant_model_urls = { quant_model_urls = {
'shufflenetv2_x0.5_fbgemm': None, 'shufflenetv2_x0.5_fbgemm': None,
'shufflenetv2_x1.0_fbgemm': '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_x1.5_fbgemm': None,
'shufflenetv2_x2.0_fbgemm': None, 'shufflenetv2_x2.0_fbgemm': None,
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment