Mercurial > pylearn
changeset 865:49c1035fe582
added code comment for vim shortcut
author | James Bergstra <bergstrj@iro.umontreal.ca> |
---|---|
date | Tue, 10 Nov 2009 17:43:53 -0500 |
parents | 22e3a422653d |
children | 9b13f7bb00ef |
files | pylearn/dataset_ops/cifar10.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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