Unverified Commit bb1ab475 authored by Vasilis Vryniotis's avatar Vasilis Vryniotis Committed by GitHub
Browse files

Fix Accuracy meta-data on shufflenetv2 (#5896)

parent d07da41d
......@@ -198,8 +198,8 @@ class ShuffleNet_V2_X0_5_Weights(WeightsEnum):
**_COMMON_META,
"num_params": 1366792,
"metrics": {
"acc@1": 69.362,
"acc@5": 88.316,
"acc@1": 60.552,
"acc@5": 81.746,
},
},
)
......@@ -214,8 +214,8 @@ class ShuffleNet_V2_X1_0_Weights(WeightsEnum):
**_COMMON_META,
"num_params": 2278604,
"metrics": {
"acc@1": 60.552,
"acc@5": 81.746,
"acc@1": 69.362,
"acc@5": 88.316,
},
},
)
......
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