Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
bb1ab475
"docs/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "e6196137ce5cc480658bbceabaca4a87ca290c4b"
Unverified
Commit
bb1ab475
authored
Apr 27, 2022
by
Vasilis Vryniotis
Committed by
GitHub
Apr 27, 2022
Browse files
Fix Accuracy meta-data on shufflenetv2 (#5896)
parent
d07da41d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
torchvision/models/shufflenetv2.py
torchvision/models/shufflenetv2.py
+4
-4
No files found.
torchvision/models/shufflenetv2.py
View file @
bb1ab475
...
@@ -198,8 +198,8 @@ class ShuffleNet_V2_X0_5_Weights(WeightsEnum):
...
@@ -198,8 +198,8 @@ class ShuffleNet_V2_X0_5_Weights(WeightsEnum):
**
_COMMON_META
,
**
_COMMON_META
,
"num_params"
:
1366792
,
"num_params"
:
1366792
,
"metrics"
:
{
"metrics"
:
{
"acc@1"
:
6
9.36
2
,
"acc@1"
:
6
0.55
2
,
"acc@5"
:
8
8.31
6
,
"acc@5"
:
8
1.74
6
,
},
},
},
},
)
)
...
@@ -214,8 +214,8 @@ class ShuffleNet_V2_X1_0_Weights(WeightsEnum):
...
@@ -214,8 +214,8 @@ class ShuffleNet_V2_X1_0_Weights(WeightsEnum):
**
_COMMON_META
,
**
_COMMON_META
,
"num_params"
:
2278604
,
"num_params"
:
2278604
,
"metrics"
:
{
"metrics"
:
{
"acc@1"
:
6
0.55
2
,
"acc@1"
:
6
9.36
2
,
"acc@5"
:
8
1.74
6
,
"acc@5"
:
8
8.31
6
,
},
},
},
},
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment