Mercurial > pylearn
view __init__.py @ 475:11e0357f06f4
typo in MNIST.train_valid_test
author | James Bergstra <bergstrj@iro.umontreal.ca> |
---|---|
date | Thu, 23 Oct 2008 18:06:21 -0400 |
parents | 7554bc99096a |
children |
line wrap: on
line source
import filetensor import version import learner from lookup_list import LookupList def __src_version__(): #todo - this is vulnerable to the bug in theano ticket #160 return version.src_version(__name__)