We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这里是介绍普通的加载模型的方法
Paddle/paddle/capi/examples/model_inference/dense/main.c
Lines 35 to 44 in ffda2c4
文档这也用说到下面一行代码是加载合并模型的,我看怎么跟上面的一样呢 https://github.com/PaddlePaddle/Mobile/blob/develop/Demo/linux/paddle_image_recognizer.cpp#L59
The text was updated successfully, but these errors were encountered:
这个问题和 #8885 相关。也请 @Xreki @kexinzhao 看看吧。
Sorry, something went wrong.
在Android上使用合并模型使用这个:
// Step 1: Reading merged model. long size; void* buf = read_config(merged_model_path, &size); // Step 2: // Create a gradient machine for inference. CHECK(paddle_gradient_machine_create_for_inference_with_parameters( &gradient_machine_, buf, size));
kexinzhao
Xreki
No branches or pull requests
这里是介绍普通的加载模型的方法
Paddle/paddle/capi/examples/model_inference/dense/main.c
Lines 35 to 44 in ffda2c4
文档这也用说到下面一行代码是加载合并模型的,我看怎么跟上面的一样呢
https://github.com/PaddlePaddle/Mobile/blob/develop/Demo/linux/paddle_image_recognizer.cpp#L59
The text was updated successfully, but these errors were encountered: