提交 f4d8f92f authored 作者: Frederic Bastien's avatar Frederic Bastien

removed print

上级 3d65fadf
......@@ -52,11 +52,6 @@ def conv2d(input, filters, border_mode='valid', subsample=(1,1),
else:
bsize, imshp = None, None
print 'imshp = ', imshp
print 'kshp = ', kshp
print 'nkern = ', nkern
print 'bsize = ', bsize
op = ConvOp(output_mode=border_mode, dx=subsample[0], dy=subsample[1],
imshp=imshp, kshp=kshp, nkern=nkern, bsize=bsize,**kargs)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论