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

fix(lar): fix load and run get static memory error

GitOrigin-RevId: e11505f551d0c6b3381f193e9bb2668f4131d4af
上级 13c7c572
...@@ -271,7 +271,7 @@ void DebugOption::config_model_internel<ModelMdl>( ...@@ -271,7 +271,7 @@ void DebugOption::config_model_internel<ModelMdl>(
getchar(); getchar();
} }
#endif #endif
} else if (runtime_param.stage == RunStage::AFTER_OUTSPEC_SET) { } else if (runtime_param.stage == RunStage::BEFORE_OUTSPEC_SET) {
if (enable_display_model_info) { if (enable_display_model_info) {
mgb_log_warn("enable display model information"); mgb_log_warn("enable display model information");
format_and_print<ModelMdl>("Runtime Model Info", model); format_and_print<ModelMdl>("Runtime Model Info", model);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册