# HG changeset patch # User desjagui@atchoum.iro.umontreal.ca # Date 1243760875 14400 # Node ID 5aa4cf1931977a965d07119d71face8d2014dafd # Parent 4617ee2776983945b199e9ba634b284b35bead9e With float64 and normalize=True, dataset doesn't even fit in memory. So ... changed the defaults diff -r 4617ee277698 -r 5aa4cf193197 pylearn/datasets/norb_small.py --- 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