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
b09b3f6c
Unverified
Commit
b09b3f6c
authored
Jun 07, 2024
by
Nicolas Hug
Committed by
GitHub
Jun 07, 2024
Browse files
Remove unused dynamo import (#8451)
parent
375cfdf5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
torchvision/ops/roi_align.py
torchvision/ops/roi_align.py
+0
-1
No files found.
torchvision/ops/roi_align.py
View file @
b09b3f6c
...
@@ -2,7 +2,6 @@ import functools
...
@@ -2,7 +2,6 @@ import functools
from
typing
import
List
,
Union
from
typing
import
List
,
Union
import
torch
import
torch
import
torch._dynamo
import
torch.fx
import
torch.fx
from
torch
import
nn
,
Tensor
from
torch
import
nn
,
Tensor
from
torch._dynamo.utils
import
is_compile_supported
from
torch._dynamo.utils
import
is_compile_supported
...
...
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