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
1f4e3a46
Unverified
Commit
1f4e3a46
authored
Nov 09, 2020
by
Vasilis Vryniotis
Committed by
GitHub
Nov 09, 2020
Browse files
Change the `SUM_OF_PRETRAINED_RESNET18_PARAMS` decimal values to resolve broken tests. (#2978)
parent
a21ed3af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/test_hub.py
test/test_hub.py
+1
-1
No files found.
test/test_hub.py
View file @
1f4e3a46
...
@@ -13,7 +13,7 @@ def sum_of_model_parameters(model):
...
@@ -13,7 +13,7 @@ def sum_of_model_parameters(model):
return
s
return
s
SUM_OF_PRETRAINED_RESNET18_PARAMS
=
-
12703.
993164062
5
SUM_OF_PRETRAINED_RESNET18_PARAMS
=
-
12703.
897460937
5
@
unittest
.
skipIf
(
'torchvision'
in
sys
.
modules
,
@
unittest
.
skipIf
(
'torchvision'
in
sys
.
modules
,
...
...
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