Skip to content

Commit

Permalink
Update nanodet/model/backbone/shufflenetv2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RangiLyu authored Aug 31, 2023
1 parent 4bf9326 commit 6482faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanodet/model/backbone/shufflenetv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"shufflenetv2_0.5x": "https://download.pytorch.org/models/shufflenetv2_x0.5-f707e7126e.pth", # noqa: E501
"shufflenetv2_1.0x": "https://download.pytorch.org/models/shufflenetv2_x1-5666bf0f80.pth", # noqa: E501
"shufflenetv2_1.5x": "https://download.pytorch.org/models/shufflenetv2_x1_5-3c479a10.pth", # noqa: E501
"shufflenetv2_2.0x": "https://download.pytorch.org/models/shufflenetv2_x2_0-8be3c8ee.pth",
"shufflenetv2_2.0x": "https://download.pytorch.org/models/shufflenetv2_x2_0-8be3c8ee.pth", # noqa: E501
}


Expand Down

0 comments on commit 6482faa

Please sign in to comment.