From fa36c8fd8509f3785a186c29f9c9d11f5be89f1e Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Fri, 29 Sep 2017 16:54:30 -0700 Subject: [PATCH] use shorter title (#58) --- nnvm/tutorials/from_mxnet.py | 4 ++-- nnvm/tutorials/from_onnx.py | 4 ++-- nnvm/tutorials/imagenet_inference_gpu.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nnvm/tutorials/from_mxnet.py b/nnvm/tutorials/from_mxnet.py index ea11dddac46d..5ea6acbd3a9b 100644 --- a/nnvm/tutorials/from_mxnet.py +++ b/nnvm/tutorials/from_mxnet.py @@ -1,6 +1,6 @@ """ -Compiling MXNet Models with NNVM -================================ +Compile MXNet Models +==================== **Author**: `Joshua Z. Zhang `_ This article is an introductory tutorial to deploy mxnet models with NNVM. diff --git a/nnvm/tutorials/from_onnx.py b/nnvm/tutorials/from_onnx.py index f46215ec3314..a9fe3824675c 100644 --- a/nnvm/tutorials/from_onnx.py +++ b/nnvm/tutorials/from_onnx.py @@ -1,6 +1,6 @@ """ -Compiling ONNX Models with NNVM -================================ +Compile ONNX Models +=================== **Author**: `Joshua Z. Zhang `_ This article is an introductory tutorial to deploy ONNX models with NNVM. diff --git a/nnvm/tutorials/imagenet_inference_gpu.py b/nnvm/tutorials/imagenet_inference_gpu.py index 778ead0b5a36..09c90c2c54a5 100644 --- a/nnvm/tutorials/imagenet_inference_gpu.py +++ b/nnvm/tutorials/imagenet_inference_gpu.py @@ -1,6 +1,6 @@ """ -Compile ImageNet Inference on GPU -================================== +Compile GPU Inference +===================== **Author**: `Yuwei Hu `_ This is an example of using NNVM to compile MobileNet/ResNet model and deploy its inference on GPU.