-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
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
Experiment with a new Protobuf storing format for Inference #7328
Comments
My proposal is the following: "program_desc_str": inference_program.desc.serialize_to_string(),
"feed_var_names": feeded_var_names,
"fetch_var_names": fetch_var_names where program_desc_str is already a Similarly when reading the inference model from the file in This design has the following advantages and disadvantages: Advantages
Disadvantages
It'd be great if folks (@Xreki , @kexinzhao ) could talk about their thoughts on this approach. |
|
@Xreki, As per this proposal, The The reason to have a separate |
Experiment with a new Protobuf message that incorporates the ProgramDesc and Model Parameters for Inference
The text was updated successfully, but these errors were encountered: