From 76675ee2638ad903b6bde13dd8d855dd275f4d11 Mon Sep 17 00:00:00 2001 From: Manu Seth Date: Thu, 4 Jun 2020 02:55:45 -0700 Subject: [PATCH] referencing MXNet official website for Jetson installation guide --- .../deploy/inference/image_classification_jetson.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/python_docs/python/tutorials/deploy/inference/image_classification_jetson.md b/docs/python_docs/python/tutorials/deploy/inference/image_classification_jetson.md index 7304da3e12ca..88b8ce899be1 100644 --- a/docs/python_docs/python/tutorials/deploy/inference/image_classification_jetson.md +++ b/docs/python_docs/python/tutorials/deploy/inference/image_classification_jetson.md @@ -43,6 +43,14 @@ To complete this tutorial, you need: ## Installing MXNet v1.6 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: + +*WARNING: this MXNet wheel is provided for your convenience but it contains packages that are not provided nor endorsed by the Apache Software Foundation. +As such, they might contain software components with more restrictive licenses than the Apache License and you'll need to decide whether they are appropriate for your usage. Like all Apache Releases, the +official Apache MXNet (incubating) releases consist of source code only and are found at https://downloads.apache.org/incubator/mxnet .* + We start by installing MXNet dependencies ```bash sudo apt-get update