diff --git a/tutorials/relay/from_mxnet.py b/tutorials/relay/from_mxnet.py index f3fd574263fa4..978c14987e6f2 100644 --- a/tutorials/relay/from_mxnet.py +++ b/tutorials/relay/from_mxnet.py @@ -3,9 +3,9 @@ Compile MXNet Models ==================== -**Author**: `Joshua Z. Zhang `_ +**Author**: `Joshua Z. Zhang `_, `Eddie Yan `_ -This article is an introductory tutorial to deploy mxnet models with NNVM. +This article is an introductory tutorial to deploy mxnet models with Relay. For us to begin with, mxnet module is required to be installed. @@ -20,7 +20,6 @@ """ # some standard imports import mxnet as mx -#import nnvm from tvm import relay import tvm import numpy as np