未验证 提交 10a9465e 编写于 作者: C cc 提交者: GitHub

[fix bug] add weight quant for combined model after optimized (#2929) (#2931)

* add weight quant for combined model after optimized, test=develop
上级 66ec5b82
...@@ -25,6 +25,8 @@ void LightPredictor::Build(const std::string& lite_model_file, ...@@ -25,6 +25,8 @@ void LightPredictor::Build(const std::string& lite_model_file,
} else { } else {
LoadModelNaiveFromFile(lite_model_file, scope_.get(), &cpp_program_desc_); LoadModelNaiveFromFile(lite_model_file, scope_.get(), &cpp_program_desc_);
} }
DequantizeWeight();
BuildRuntimeProgram(cpp_program_desc_); BuildRuntimeProgram(cpp_program_desc_);
PrepareFeedFetch(); PrepareFeedFetch();
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册