Skip to content
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

Correcting grammatical mistakes in model format design doc #5087

Merged
merged 1 commit into from
Oct 25, 2017

Conversation

abhinavarora
Copy link
Contributor

No description provided.

Copy link
Contributor

@dzhwinter dzhwinter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@abhinavarora abhinavarora merged commit 5d536bc into PaddlePaddle:develop Oct 25, 2017
@abhinavarora abhinavarora deleted the model_format branch October 25, 2017 17:52
@@ -33,4 +33,6 @@ In detail, tensor's byte view as the table shows. Note that all the signed valu

## Summary

We introduce the model format, the `ProgramDesc` describe the **topology**, and a bunch of particular format binary tensors describes the **parameters**.
- We introduce a model format.
- The `ProgramDesc` describe the model **topology**.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think ProgramDesc is not for describing the model, but the computation procedure. Here we are using the fact that a DL model can be represented by the forward-pass, so could we represent the model by a ProgramDesc containing the forward-pass. So we might want to replace

The ProgramDesc describe the model topology

into

The model represented by its forward-pass computation procedure saved in a ProgramDesc protobuf message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants