Skip to content

Commit

Permalink
use shorter title (apache#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed May 26, 2018
1 parent af2595a commit fa36c8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions nnvm/tutorials/from_mxnet.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Compiling MXNet Models with NNVM
================================
Compile MXNet Models
====================
**Author**: `Joshua Z. Zhang <https://zhreshold.github.io/>`_
This article is an introductory tutorial to deploy mxnet models with NNVM.
Expand Down
4 changes: 2 additions & 2 deletions nnvm/tutorials/from_onnx.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Compiling ONNX Models with NNVM
================================
Compile ONNX Models
===================
**Author**: `Joshua Z. Zhang <https://zhreshold.github.io/>`_
This article is an introductory tutorial to deploy ONNX models with NNVM.
Expand Down
4 changes: 2 additions & 2 deletions nnvm/tutorials/imagenet_inference_gpu.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Compile ImageNet Inference on GPU
==================================
Compile GPU Inference
=====================
**Author**: `Yuwei Hu <https://huyuwei.github.io/>`_
This is an example of using NNVM to compile MobileNet/ResNet model and deploy its inference on GPU.
Expand Down

0 comments on commit fa36c8f

Please sign in to comment.