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
787aebc7
Unverified
Commit
787aebc7
authored
May 03, 2022
by
Daniel Angelov
Committed by
GitHub
May 03, 2022
Browse files
Update SVHN docs (#5930)
parent
104073cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
torchvision/datasets/svhn.py
torchvision/datasets/svhn.py
+1
-2
No files found.
torchvision/datasets/svhn.py
View file @
787aebc7
...
@@ -19,8 +19,7 @@ class SVHN(VisionDataset):
...
@@ -19,8 +19,7 @@ class SVHN(VisionDataset):
This class needs `scipy <https://docs.scipy.org/doc/>`_ to load data from `.mat` format.
This class needs `scipy <https://docs.scipy.org/doc/>`_ to load data from `.mat` format.
Args:
Args:
root (string): Root directory of dataset where directory
root (string): Root directory of the dataset where the data is stored.
``SVHN`` exists.
split (string): One of {'train', 'test', 'extra'}.
split (string): One of {'train', 'test', 'extra'}.
Accordingly dataset is selected. 'extra' is Extra training set.
Accordingly dataset is selected. 'extra' is Extra training set.
transform (callable, optional): A function/transform that takes in an PIL image
transform (callable, optional): A function/transform that takes in an PIL image
...
...
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