Skip to content

Conversation

@varunarora
Copy link
Collaborator

Just making the initial work visible, lots more to come

@varunarora varunarora changed the title [WIP] Documentation updates Documentation updates Apr 29, 2018
Copy link
Collaborator

@sidgoyal78 sidgoyal78 left a comment

Choose a reason for hiding this comment

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

LGTM, just a minor paraphrasing suggestion.

README.md Outdated
## Status

## Testing
Targets Paddle->ONNX conversion for now (or what's called **frontend** in the ONNX world), and will consequently support the reverse too.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe targets -> "The current release targets"?

Copy link

@kuke kuke left a comment

Choose a reason for hiding this comment

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

Almost LGTM

README.md Outdated
python validate.py --fluid_model <path_to_paddlepaddle_fluid.model> --onnx_model <path_to_exported_model.onnx>
```

This validation aims for an output tensor comparison precision at 5-decimal places.
Copy link

Choose a reason for hiding this comment

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

-> at 5-decimal places by default. About more arguments, please run

python validate.py --help

README.md Outdated
- Read the documents in the `How it works` section above.
- (Optional) Create an issue sharing need for support for a new model. Assign to yourself.
- Add the necessary operator conversion logic in `fluid_onnx/ops.py`.
- Write tests for the newly introduce operator convertors.
Copy link

Choose a reason for hiding this comment

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

introduced operator conversion function

@varunarora varunarora merged commit 98bf522 into develop Apr 30, 2018
@varunarora varunarora deleted the readme branch May 7, 2018 20:46
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.

4 participants