提交 997e70a4 authored 作者: Ramana.S's avatar Ramana.S 提交者: sentient07

Fixed errors in travis

上级 7a97cfe8
from __future__ import absolute_import, print_function, division
def work_dtype(dtype):
if dtype == 'float16':
return 'float32'
......
from __future__ import absolute_import, print_function, division
def test_sparse_type():
import theano.sparse
# They need to be available even if scipy is not available.
......
from __future__ import absolute_import, print_function, division
from __future__ import absolute_import, print_function
import theano
from theano.scalar import Composite
from theano.scalar import add, sub, true_div, mul
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论