view __init__.py @ 529:4e3629a894fa

the function compile.eval_outputs was retired. Now use function instead.
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Mon, 17 Nov 2008 14:15:19 -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__)