提交 5b8a6be8 authored 作者: Frederic Bastien's avatar Frederic Bastien

don't give the version of code to use when we change the mode.

上级 9106cb3a
......@@ -364,7 +364,7 @@ class ConvOp(Op):
unroll_batch=un_b, unroll_kern=un_k,
imshp_logical=(self.nkern, self.fulloutshp[0], self.fulloutshp[1]),
kshp_logical=None,
version=self.version,
version=-1,#we we change the mode, we don't forward the version.
verbose=self.verbose)
if hasattr(self,'flops'):
din.set_flops()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论