mseth10 commented on a change in pull request #19102: URL: https://github.com/apache/incubator-mxnet/pull/19102#discussion_r486070465
########## File path: docs/python_docs/python/tutorials/deploy/inference/image_classification_jetson.md ########## @@ -41,11 +41,11 @@ To complete this tutorial, you need: * [Swapfile](https://help.ubuntu.com/community/SwapFaq) installed, especially on Jetson Nano for additional memory (increase memory if the inference script terminates with a `Killed` message) -## Installing MXNet v1.6 with Jetson support +## Installing MXNet v1.x with Jetson support To install MXNet with Jetson support, you can follow the [installation guide](https://mxnet.apache.org/get_started/jetson_setup) on MXNet official website. -Alternatively, you can also directly install MXNet v1.6 wheel with Jetson support, hosted on a public s3 bucket. Here are the steps to install this wheel: +Alternatively, you can also directly install MXNet v1.x wheel with Jetson support, hosted on a public s3 bucket. Here are the steps to install this wheel: Review comment: this one should be v1.6 ########## File path: docs/python_docs/python/tutorials/deploy/inference/image_classification_jetson.md ########## @@ -58,7 +58,7 @@ sudo apt-get install -y git build-essential libopenblas-dev libopencv-dev python sudo pip3 install -U pip ``` -Then we download and install MXNet v1.6 wheel with Jetson support +Then we download and install MXNet v1.x wheel with Jetson support Review comment: this one should be v1.6 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
