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
ColossalAI
Commits
ca9d5ee9
Unverified
Commit
ca9d5ee9
authored
Jul 12, 2022
by
Jiarui Fang
Committed by
GitHub
Jul 12, 2022
Browse files
[hotfix] torchvison fx unittests miss import pytest (#1277)
parent
7aadcbd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/test_fx/test_pipeline/test_torchvision/test_torchvision.py
...est_fx/test_pipeline/test_torchvision/test_torchvision.py
+1
-0
No files found.
tests/test_fx/test_pipeline/test_torchvision/test_torchvision.py
View file @
ca9d5ee9
...
...
@@ -10,6 +10,7 @@ from torch.fx import GraphModule
import
random
import
numpy
as
np
import
inspect
import
pytest
MANUAL_SEED
=
0
random
.
seed
(
MANUAL_SEED
)
...
...
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