This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Fixing broken links #16500
Merged
Merged
Fixing broken links #16500
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
d1897a6
fixed broken link
aaronmarkham 508ebb0
Update docs/python_docs/python/tutorials/deploy/export/onnx.md
aaronmarkham 7567d43
Update docs/python_docs/python/tutorials/packages/onnx/super_resoluti…
aaronmarkham eb0c73d
Apply suggestions from code review
aaronmarkham df779cd
Merge branch 'master' into broken_links_aaron
aaronmarkham af2522f
update cloud guide
aaronmarkham d7684bc
Apply suggestions from code review
aaronmarkham e14b6cb
change file format
aaronmarkham 0cead7b
Merge branch 'broken_links_aaron' of https://github.com/aaronmarkham/…
aaronmarkham 5442a65
change file format
aaronmarkham 24c6a70
fix formatting
aaronmarkham File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -28,7 +28,7 @@ In this tutorial, we will learn how to use MXNet to ONNX exporter on pre-trained | |||||
## Prerequisites | ||||||
|
||||||
To run the tutorial you will need to have installed the following python modules: | ||||||
- [MXNet >= 1.3.0](http://mxnet.apache.org/install/index.html) | ||||||
- [MXNet >= 1.3.0]() | ||||||
aaronmarkham marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
- [onnx]( https://github.com/onnx/onnx#installation) v1.2.1 (follow the install guide) | ||||||
|
||||||
*Note:* MXNet-ONNX importer and exporter follows version 7 of ONNX operator set which comes with ONNX v1.2.1. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.