Skip to content

Conversation

abhinavarora
Copy link
Contributor

No description provided.

@abhinavarora abhinavarora self-assigned this Oct 25, 2017
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

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.

3 participants