Mercurial > pylearn
changeset 742:5aa4cf193197
With float64 and normalize=True, dataset doesn't even fit in memory.
So ... changed the defaults
author | desjagui@atchoum.iro.umontreal.ca |
---|---|
date | Sun, 31 May 2009 05:07:55 -0400 |
parents | 4617ee277698 |
children | 504ce30bbd2a |
files | pylearn/datasets/norb_small.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pylearn/datasets/norb_small.py Fri May 29 10:48:20 2009 -0400 +++ b/pylearn/datasets/norb_small.py Sun May 31 05:07:55 2009 -0400 @@ -68,8 +68,8 @@ path = Paths() def __init__(self, ntrain=19440, nvalid=4860, ntest=24300, - downsample_amt=1, seed=1, normalize=True, - mode='stereo', dtype='float64'): + downsample_amt=1, seed=1, normalize=False, + mode='stereo', dtype='int8'): self.n_classes = 5 self.nsamples = 24300