Mercurial > pylearn
changeset 514:a4d34dad3083
merged
author | James Bergstra <bergstrj@iro.umontreal.ca> |
---|---|
date | Fri, 31 Oct 2008 11:08:25 -0400 |
parents | 6103dc5d2a0d (current diff) 58810b63292b (diff) |
children | dc2d93590da0 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/datasets/MNIST.py Thu Oct 30 19:39:26 2008 -0400 +++ b/datasets/MNIST.py Fri Oct 31 11:08:25 2008 -0400 @@ -17,7 +17,7 @@ is the label of the i'th row of x. """ - path = os.path.join(data_root(), 'mnist','mnist.amat') if path is None else path + path = os.path.join(data_root(), 'mnist','mnist_with_header.amat') if path is None else path dat = AMat(path=path, head=n)