提交 34f59af0 authored 作者: Frederic Bastien's avatar Frederic Bastien

fix some compilation bug.

上级 cf15650e
......@@ -309,6 +309,8 @@ class ConvOp(Op):
self.bsize=bsize
self.dx=dx
self.dy=dy
if self.dx is None: self.dx=1
if self.dy is None: self.dy=1
self.verbose=verbose
self.version=version
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论