Mercurial > pylearn
view __init__.py @ 484:3daabc7f94ff
Added Yoshua's explanation
author | Joseph Turian <turian@gmail.com> |
---|---|
date | Tue, 28 Oct 2008 01:33:27 -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__)