# HG changeset patch # User James Bergstra # Date 1225465705 14400 # Node ID a4d34dad3083faec8f760cf5fc5a9bf6c7290a6b # Parent 6103dc5d2a0d8c289301c005b1ed198654a95261# Parent 58810b63292bfad5cf4e3d3170dec4ed976a7764 merged diff -r 6103dc5d2a0d -r a4d34dad3083 datasets/MNIST.py --- 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)