Mercurial > pylearn
changeset 1476:8c10bda4bb5f
Configured default train/valid/test split for icml07.MNIST_rotated_background
dataset. Defaults are the ones used by Hugo in the ICML07 paper and in all
contracting auto-encoder papers.
author | gdesjardins |
---|---|
date | Fri, 20 May 2011 16:53:00 -0400 |
parents | e7401822d596 |
children | 48efafaaf7fb |
files | pylearn/datasets/icml07.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pylearn/datasets/icml07.py Wed May 18 22:15:42 2011 -0400 +++ b/pylearn/datasets/icml07.py Fri May 20 16:53:00 2011 -0400 @@ -10,7 +10,7 @@ class MNIST_rotated_background(object): - def __init__(self, n_train=62000, n_valid=0, n_test=0): + def __init__(self, n_train=10000, n_valid=2000, n_test=50000): basedir = os.path.join(data_root(), 'icml07data', 'npy')