Updates for Tutorials#117
Merged
prasanthpul merged 14 commits intoonnx:masterfrom Mar 29, 2019
faxu:master
Merged
Conversation
fix typo in Keras
updates to text
prasanthpul
reviewed
Mar 29, 2019
|
|
||
| | Framework / tool | Installation | Exporting to ONNX (frontend) | Importing ONNX models (backend) | | ||
| | --- | --- | --- | --- | | ||
| | [Caffe](https://github.com/BVLC/caffe) | [apple/coremltools](https://github.com/apple/coremltools) and [onnx/onnxmltools](https://github.com/onnx/onnxmltools) | [Exporting](https://github.com/onnx/onnx-docker/blob/master/onnx-ecosystem/converter_scripts/caffe_coreml_onnx.ipynb) | n/a | |
Member
There was a problem hiding this comment.
Since this section is about "Getting ONNX models", having a column for importing ONNX models is a bit weird. (it's left over from long time back when we had a small table and not many sections) Suggest having a separate section for Running ONNX models that lists the backends/runtimes that support ONNX.
Member
There was a problem hiding this comment.
this can be done as a separate PR
Member
|
thanks for the updates! |
prasanthpul
approved these changes
Mar 29, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added few more links to tutorials section
Alphabetized and added addl framework conversion tools, fixed incorrect links