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