# HG changeset patch # User James Bergstra # Date 1257893033 18000 # Node ID 49c1035fe582ec3fd66d0095002f048b286a9ac2 # Parent 22e3a422653d0510dea1dc660c79b81e6ae0afda added code comment for vim shortcut diff -r 22e3a422653d -r 49c1035fe582 pylearn/dataset_ops/cifar10.py --- a/pylearn/dataset_ops/cifar10.py Tue Nov 03 15:26:25 2009 -0500 +++ b/pylearn/dataset_ops/cifar10.py Tue Nov 10 17:43:53 2009 -0500 @@ -13,7 +13,7 @@ import theano from protocol import TensorFnDataset # protocol.py __init__.py -from .memo import memo +from .memo import memo # memo.py def _unpickle(filename, dtype): #implements loading as well as dtype-conversion and dtype-scaling