File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
- Compiling MXNet Models with NNVM
3
- ================================
2
+ Compile MXNet Models
3
+ ====================
4
4
**Author**: `Joshua Z. Zhang <https://zhreshold.github.io/>`_
5
5
6
6
This article is an introductory tutorial to deploy mxnet models with NNVM.
Original file line number Diff line number Diff line change 1
1
"""
2
- Compiling ONNX Models with NNVM
3
- ================================
2
+ Compile ONNX Models
3
+ ===================
4
4
**Author**: `Joshua Z. Zhang <https://zhreshold.github.io/>`_
5
5
6
6
This article is an introductory tutorial to deploy ONNX models with NNVM.
Original file line number Diff line number Diff line change 1
1
"""
2
- Compile ImageNet Inference on GPU
3
- ==================================
2
+ Compile GPU Inference
3
+ =====================
4
4
**Author**: `Yuwei Hu <https://huyuwei.github.io/>`_
5
5
6
6
This is an example of using NNVM to compile MobileNet/ResNet model and deploy its inference on GPU.
You can’t perform that action at this time.
0 commit comments