提交 9655b929 authored 作者: James Bergstra's avatar James Bergstra

erased Freds debugprint ;P

上级 83e3cc9e
......@@ -181,7 +181,6 @@ class GpuConv(Op):
return Apply(self, [img, kern], [CudaNdarrayType(broadcastable)()])
def perform(self, node, (img, kern), (out,)):
print "out", out
out[0] = cuda_ndarray.conv(img, kern,
mode=self.border_mode,
out=out[0],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论