Skip to content

Commit 0b243b8

Browse files
author
Wang
committed
Fix ssd tutorial
1 parent a943335 commit 0b243b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tutorials/nnvm/deploy_ssd.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44
**Author**: `Yao Wang <https://github.com/kevinthesun>`_
55
66
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-
=======
117
We will use GluonCV pre-trained SSD model and convert it to NNVM graph.
12-
>>>>>>> Modify SSD tutorial
138
"""
149
import tvm
1510

0 commit comments

Comments
 (0)