提交 f88a8e2f 编写于 作者: D dolphin8

fix

上级 29931adb
...@@ -19,7 +19,7 @@ limitations under the License. */ ...@@ -19,7 +19,7 @@ limitations under the License. */
int main() { int main() {
paddle_mobile::Loader<paddle_mobile::CPU> loader; paddle_mobile::Loader<paddle_mobile::CPU> loader;
auto time1 = time(); auto time1 = time();
// auto program = loader.Load(g_mobilenet_combine, true); // auto program = loader.Load(g_mobilenet_combine, true);
auto program = loader.Load(g_mobilenet_combine + "/model", auto program = loader.Load(g_mobilenet_combine + "/model",
g_mobilenet_combine + "/params", true); g_mobilenet_combine + "/params", true);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册