提交 d09f4bb0 authored 作者: --global's avatar --global

Remove doubled space character

上级 7871f8e3
......@@ -127,7 +127,7 @@ def traverse(out, x, x_copy, d, visited=None):
if out in visited:
return d
visited.add(out)
from theano.sandbox import cuda, gpuarray
from theano.sandbox import cuda, gpuarray
if out == x:
if isinstance(x.type, cuda.CudaNdarrayType):
d[out] = cuda.gpu_from_host(x_copy)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论