From d7595370fb9e474ad1dfcb0949edd40a0d2f9b6c Mon Sep 17 00:00:00 2001 From: MORINAGA <34588258+imorinaga@users.noreply.github.com> Date: Mon, 4 Mar 2019 22:21:49 +0900 Subject: [PATCH] [DOCS] Fix tutorial (#2724) * fix docments * delete e --- docs/install/from_source.rst | 2 +- tutorials/relay_quick_start.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/install/from_source.rst b/docs/install/from_source.rst index 7c0f5432ec94..5c828957cc79 100644 --- a/docs/install/from_source.rst +++ b/docs/install/from_source.rst @@ -162,7 +162,7 @@ Python dependencies .. code:: bash - pip install --user numpy decorator + pip install --user numpy decorator attrs * If you want to use RPC Tracker diff --git a/tutorials/relay_quick_start.py b/tutorials/relay_quick_start.py index 0768458d2cd4..286114fe997f 100644 --- a/tutorials/relay_quick_start.py +++ b/tutorials/relay_quick_start.py @@ -1,7 +1,8 @@ """ .. _tutorial-relay-quick-start: + Quick Start Tutorial for Compiling Deep Learning Models -======================================================e +====================================================== **Author**: `Yao Wang `_, `Truman Tian `_ This example shows how to build a neural network with Relay python frontend and