Commit d5eab760 authored by Sri Krishna's avatar Sri Krishna Committed by Soumith Chintala
Browse files

Update README.rst (#87)

Fixed a wrong folder name.
parent c1fdfa68
...@@ -75,7 +75,7 @@ MNIST ...@@ -75,7 +75,7 @@ MNIST
~~~~~ ~~~~~
``dset.MNIST(root, train=True, transform=None, target_transform=None, download=False)`` ``dset.MNIST(root, train=True, transform=None, target_transform=None, download=False)``
``root``: root directory of dataset where ``processed/training.pt`` and ``training/test.pt`` exist ``root``: root directory of dataset where ``processed/training.pt`` and ``processed/test.pt`` exist
``train``: ``True`` - use training set, ``False`` - use test set. ``train``: ``True`` - use training set, ``False`` - use test set.
......
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