We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a943335 commit 0b243b8Copy full SHA for 0b243b8
tutorials/nnvm/deploy_ssd.py
@@ -4,12 +4,7 @@
4
**Author**: `Yao Wang <https://github.com/kevinthesun>`_
5
6
This article is an introductory tutorial to deploy SSD models with TVM.
7
-<<<<<<< HEAD
8
-We will use mxnet pretrained SSD model with Resnet50 as body network and
9
-convert it to NNVM graph;
10
-=======
11
We will use GluonCV pre-trained SSD model and convert it to NNVM graph.
12
->>>>>>> Modify SSD tutorial
13
"""
14
import tvm
15
0 commit comments