Skip to content

Commit

Permalink
Update README.rst (#87)
Browse files Browse the repository at this point in the history
Fixed a wrong folder name.
  • Loading branch information
skrish13 authored and soumith committed Mar 5, 2017
1 parent c1fdfa6 commit d5eab76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ MNIST
~~~~~
``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.

Expand Down

0 comments on commit d5eab76

Please sign in to comment.