Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Fixing broken links#16500

Merged
aaronmarkham merged 11 commits into
apache:masterfrom
aaronmarkham:broken_links_aaron
Oct 17, 2019
Merged

Fixing broken links#16500
aaronmarkham merged 11 commits into
apache:masterfrom
aaronmarkham:broken_links_aaron

Conversation

@aaronmarkham
Copy link
Copy Markdown
Contributor

Lots more to do, but let's get some fixes in there!

fix broken links

fix more broken links
Comment thread docs/python_docs/python/tutorials/deploy/export/onnx.md Outdated
Typically, this split of data for each worker happens through the data iterator,
on passing the number of parts and the index of parts to iterate over.
Some iterators in MXNet that support this feature are [mxnet.io.MNISTIterator]({{'/api/python/docs/api/gluon-related/_autogen/mxnet.io.MNISTIter.html#mxnet.io.MNISTIter'|relative_url}}) and [mxnet.io.ImageRecordIter]({{'/api/python/docs/api/gluon-related/_autogen/mxnet.io.ImageRecordIter.html#mxnet.io.ImageRecordIter'|relative_url}}).
Some iterators in MXNet that support this feature are [mxnet.io.MNISTIterator]({{'//api/mxnet/io/index.html#mxnet.io.MNISTIter'|relative_url}}) and [mxnet.io.ImageRecordIter]({{'/api/mxnet/io/index.html#mxnet.io.ImageRecordIter'|relative_url}}).
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@ThomasDelteil what are these fancy urls all about? In what context should they be used?

Comment thread docs/python_docs/python/tutorials/packages/onnx/super_resolution.md Outdated
Comment thread docs/python_docs/python/tutorials/packages/onnx/fine_tuning_gluon.md Outdated
Comment thread docs/python_docs/python/tutorials/packages/onnx/inference_on_onnx_model.md Outdated
@aaronmarkham
Copy link
Copy Markdown
Contributor Author

@IvyBazan @TEChopra1000 - can you review?

Comment thread docs/python_docs/python/tutorials/deploy/run-on-aws/index.rst Outdated
Comment thread docs/python_docs/python/tutorials/packages/autograd/index.md Outdated
Comment thread docs/python_docs/python/tutorials/packages/autograd/index.md Outdated
Comment thread docs/python_docs/python/tutorials/packages/gluon/blocks/hybridize.md Outdated
Comment thread docs/python_docs/python/tutorials/packages/gluon/blocks/hybridize.md Outdated
Comment thread docs/python_docs/python/tutorials/packages/gluon/blocks/nn.md Outdated
Comment thread docs/python_docs/python/tutorials/packages/gluon/loss/loss.md Outdated
Comment thread docs/python_docs/python/tutorials/packages/gluon/loss/loss.md Outdated
Comment thread docs/python_docs/python/tutorials/packages/ndarray/gotchas_numpy_in_mxnet.md Outdated
@@ -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:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
To run the tutorial you will need to have installed the following python modules:
To run the tutorial, install the following Python modules:

- [MXNet >= 1.3.0](/get_started)
- [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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
*Note:* MXNet-ONNX importer and exporter follows version 7 of ONNX operator set which comes with ONNX v1.2.1.
*Note:* MXNet-ONNX importer and exporter follows version 7 of ONNX operator set, which comes with ONNX v1.2.1.

1. Use [Amazon SageMaker](https://aws.amazon.com/sagemaker/developer-resources/)
1. Use the [AWS Deep Learning AMI with Conda](https://docs.aws.amazon.com/dlami/latest/devguide/overview-conda.html) (comes preinstalled!)
1. Use an [AWS Deep Learning Container](https://docs.aws.amazon.com/dlami/latest/devguide/deep-learning-containers.html)
1. Install MXNet on a [AWS Deep Learning Base AMI](https://docs.aws.amazon.com/dlami/latest/devguide/overview-base.html)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
1. Install MXNet on a [AWS Deep Learning Base AMI](https://docs.aws.amazon.com/dlami/latest/devguide/overview-base.html)
1. Install MXNet on an [AWS Deep Learning Base AMI](https://docs.aws.amazon.com/dlami/latest/devguide/overview-base.html)

@aaronmarkham aaronmarkham merged commit de524bb into apache:master Oct 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants