提交 25dfaa8f authored 作者: Frederic's avatar Frederic

don't warn for gemm not inserted as we no we need to fix this.

上级 acedd1fe
......@@ -1399,7 +1399,9 @@ class GemmOptimizer(Optimizer):
zip(node.outputs, new_outputs),
[old_dot22],
reason='GemmOptimizer',
warn=not self.warned
#For now we disable the warning as we know case
#that we need to fix.
warn=False, # warn=not self.warned
)
did_something = True
nb_replacement += 1
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论