提交 7a8183f4 编写于 作者: M Megvii Engine Team 提交者: Xinran Xu

fix(mge/quantization): fix enable observer bug

GitOrigin-RevId: 493cf9dea9ae1e204164d29d4fbb9bbb89040383
上级 555ecea9
......@@ -175,4 +175,4 @@ def enable_observer(module: Module):
:param module: root module to do enable observer recursively.
"""
_propagate(module, "set_observer", False)
_propagate(module, "set_observer", True)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册