提交 7002fba5 authored 作者: Frederic Bastien's avatar Frederic Bastien

removed printf

上级 e5a1b4f8
......@@ -5,7 +5,6 @@ from theano.tensor import fscalar, fvector, fmatrix, frow, fcol, ftensor3, ftens
def set_floatX(dtype = config.floatX):
""" add the xmatrix, xvector, xscalar etc. aliases to theano.tensor
"""
print "set_floatX",dtype
config.floatX = dtype
if dtype == 'float32': prefix = 'f'
elif dtype == 'float64' : prefix = 'd'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论