提交 24d1bb67 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Fix copypasta error.

上级 47826b73
...@@ -341,7 +341,7 @@ class CudaFromGpu(Op): ...@@ -341,7 +341,7 @@ class CudaFromGpu(Op):
return hash(type(self)) return hash(type(self))
def __str__(self): def __str__(self):
return 'GpuFromCuda' return 'CudaFromGpu'
def make_node(self, x): def make_node(self, x):
from theano.sandbox.cuda import CudaNdArrayType from theano.sandbox.cuda import CudaNdArrayType
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论