Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
eqy committed Feb 15, 2019
1 parent 6fee56e commit 447525f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tutorials/relay/from_mxnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Compile MXNet Models
====================
**Author**: `Joshua Z. Zhang <https://zhreshold.github.io/>`_
**Author**: `Joshua Z. Zhang <https://zhreshold.github.io/>`_, `Eddie Yan <https://github.com/eqy>`_
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.
Expand All @@ -20,7 +20,6 @@
"""
# some standard imports
import mxnet as mx
#import nnvm
from tvm import relay
import tvm
import numpy as np
Expand Down

0 comments on commit 447525f

Please sign in to comment.