提交 4b98c721 编写于 作者: M Megvii Engine Team

fix(mge/sublinear): change no virtual grad warning to log_debug

GitOrigin-RevId: 6b5808f2d4e441d0642d89eb4152e7986b0fc75f
上级 51868533
......@@ -474,7 +474,7 @@ ComputingGraphImpl::CompileState ComputingGraphImpl::compile_prepare(
#if MGB_ENABLE_SUBLINEAR
if (options().enable_sublinear_memory_opt) {
if (!sopr_stat.has_virtual_grad) {
mgb_log_warn(
mgb_log_debug(
"no virtual grad var; sublinear memory may produce "
"unsatisfying result");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册