Skip to content

Commit

Permalink
bug fi in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragav Venkatesan committed Jan 25, 2017
1 parent 0351cb7 commit 9234a21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions yann/special/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ def cook_mnist_normalized( verbose = 1, **kwargs):
Wrapper to cook mnist dataset. Will take as input,
Args:
save_directory: which directory to save the cooked dataset onto.
dataset_parms: default is the dictionary. Refer to :mod:`setup_dataset`
preprocess_params: default is the dictionary. Refer to :mod:`setup_dataset`
Expand Down Expand Up @@ -60,6 +61,7 @@ def cook_mnist_normalized_zero_mean( verbose = 1, **kwargs):
Wrapper to cook mnist dataset. Will take as input,
Args:
save_directory: which directory to save the cooked dataset onto.
dataset_parms: default is the dictionary. Refer to :mod:`setup_dataset`
preprocess_params: default is the dictionary. Refer to :mod:`setup_dataset`
Expand Down Expand Up @@ -113,6 +115,7 @@ def cook_mnist_multi_load( verbose = 1, **kwargs):
Wrapper to cook mnist dataset. Will take as input,
Args:
save_directory: which directory to save the cooked dataset onto.
dataset_parms: default is the dictionary. Refer to :mod:`setup_dataset`
preprocess_params: default is the dictionary. Refer to :mod:`setup_dataset`
Expand Down Expand Up @@ -168,6 +171,7 @@ def cook_cifar10_normalized(verbose = 1, **kwargs):
Wrapper to cook cifar10 dataset. Will take as input,
Args:
save_directory: which directory to save the cooked dataset onto.
dataset_parms: default is the dictionary. Refer to :mod:`setup_dataset`
preprocess_params: default is the dictionary. Refer to :mod:`setup_dataset`
Expand Down

0 comments on commit 9234a21

Please sign in to comment.