Skip to content

Commit fa36c8f

Browse files
committed
use shorter title (apache#58)
1 parent af2595a commit fa36c8f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

nnvm/tutorials/from_mxnet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
2-
Compiling MXNet Models with NNVM
3-
================================
2+
Compile MXNet Models
3+
====================
44
**Author**: `Joshua Z. Zhang <https://zhreshold.github.io/>`_
55
66
This article is an introductory tutorial to deploy mxnet models with NNVM.

nnvm/tutorials/from_onnx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
2-
Compiling ONNX Models with NNVM
3-
================================
2+
Compile ONNX Models
3+
===================
44
**Author**: `Joshua Z. Zhang <https://zhreshold.github.io/>`_
55
66
This article is an introductory tutorial to deploy ONNX models with NNVM.

nnvm/tutorials/imagenet_inference_gpu.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
2-
Compile ImageNet Inference on GPU
3-
==================================
2+
Compile GPU Inference
3+
=====================
44
**Author**: `Yuwei Hu <https://huyuwei.github.io/>`_
55
66
This is an example of using NNVM to compile MobileNet/ResNet model and deploy its inference on GPU.

0 commit comments

Comments
 (0)