"docs/vscode:/vscode.git/clone" did not exist on "4106dbb864ce94e5003ef888ba23c59cc9c5ce31"
Unverified Commit 01fb0df0 authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

fix FashionMNIST docstring (#2614)

parent 8c32666b
......@@ -169,8 +169,8 @@ class FashionMNIST(MNIST):
"""`Fashion-MNIST <https://github.com/zalandoresearch/fashion-mnist>`_ Dataset.
Args:
root (string): Root directory of dataset where ``Fashion-MNIST/processed/training.pt``
and ``Fashion-MNIST/processed/test.pt`` exist.
root (string): Root directory of dataset where ``FashionMNIST/processed/training.pt``
and ``FashionMNIST/processed/test.pt`` exist.
train (bool, optional): If True, creates dataset from ``training.pt``,
otherwise from ``test.pt``.
download (bool, optional): If true, downloads the dataset from the internet and
......
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