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

put print into the logging system.

上级 f5bad301
...@@ -509,8 +509,7 @@ class ConvOp(Op): ...@@ -509,8 +509,7 @@ class ConvOp(Op):
self.unroll_kern=self.speed_unroll_batch_kern[time_unroll_batch_kern_idx][1] self.unroll_kern=self.speed_unroll_batch_kern[time_unroll_batch_kern_idx][1]
self.unroll_patch = False self.unroll_patch = False
print >> sys.stderr, "AUTO FIND VERSION OF C_CODE OF CONV OP" _debug("AUTO FIND VERSION OF C_CODE OF CONV OP",self.unroll_batch, self.unroll_kern, self.unroll_patch, self.bsize, self.nkern, time_unroll_patch, time_unroll_batch_kern)
print >> sys.stderr, self.unroll_batch, self.unroll_kern, self.unroll_patch, self.bsize, self.nkern, time_unroll_patch, time_unroll_batch_kern
self._rehash() self._rehash()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论