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
c2b8575c
Unverified
Commit
c2b8575c
authored
Apr 27, 2021
by
Prabhat Roy
Committed by
GitHub
Apr 27, 2021
Browse files
Removed unused import (#3738)
parent
fbf547cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
test/test_datasets.py
test/test_datasets.py
+0
-6
No files found.
test/test_datasets.py
View file @
c2b8575c
...
@@ -20,12 +20,6 @@ import torch
...
@@ -20,12 +20,6 @@ import torch
import
torch.nn.functional
as
F
import
torch.nn.functional
as
F
from
torchvision
import
datasets
from
torchvision
import
datasets
try
:
import
scipy
HAS_SCIPY
=
True
except
ImportError
:
HAS_SCIPY
=
False
class
STL10TestCase
(
datasets_utils
.
ImageDatasetTestCase
):
class
STL10TestCase
(
datasets_utils
.
ImageDatasetTestCase
):
DATASET_CLASS
=
datasets
.
STL10
DATASET_CLASS
=
datasets
.
STL10
...
...
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