Mercurial > pylearn
view __init__.py @ 524:317a052f9b14
better main, allow to debug in a debugger.
author | Frederic Bastien <bastienf@iro.umontreal.ca> |
---|---|
date | Fri, 14 Nov 2008 16:46:03 -0500 |
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__)