"tests/git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "625e82ce624a62e5f4bab22897c7565bbcfb9547"
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