"vscode:/vscode.git/clone" did not exist on "33ba46b7df0b0ee3dce4cc1f6d81c4553586451c"
Unverified Commit 787aebc7 authored by Daniel Angelov's avatar Daniel Angelov Committed by GitHub
Browse files

Update SVHN docs (#5930)

parent 104073cc
......@@ -19,8 +19,7 @@ class SVHN(VisionDataset):
This class needs `scipy <https://docs.scipy.org/doc/>`_ to load data from `.mat` format.
Args:
root (string): Root directory of dataset where directory
``SVHN`` exists.
root (string): Root directory of the dataset where the data is stored.
split (string): One of {'train', 'test', 'extra'}.
Accordingly dataset is selected. 'extra' is Extra training set.
transform (callable, optional): A function/transform that takes in an PIL image
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment