We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07da41 commit bb1ab47Copy full SHA for bb1ab47
torchvision/models/shufflenetv2.py
@@ -198,8 +198,8 @@ class ShuffleNet_V2_X0_5_Weights(WeightsEnum):
198
**_COMMON_META,
199
"num_params": 1366792,
200
"metrics": {
201
- "acc@1": 69.362,
202
- "acc@5": 88.316,
+ "acc@1": 60.552,
+ "acc@5": 81.746,
203
},
204
205
)
@@ -214,8 +214,8 @@ class ShuffleNet_V2_X1_0_Weights(WeightsEnum):
214
215
"num_params": 2278604,
216
217
- "acc@1": 60.552,
218
- "acc@5": 81.746,
+ "acc@1": 69.362,
+ "acc@5": 88.316,
219
220
221
0 commit comments