Skip to content

Commit

Permalink
[Caffe Frontend] fix bugs for generating caption in tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
fernchen committed Aug 5, 2020
1 parent 4bf5e56 commit aab7056
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tutorials/frontend/from_caffe.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# under the License.
"""
Compile Caffe Models
====================
**Author**: `Chen Feng <https://github.com/fernchen>`_
This article is an introductory tutorial to deploy Caffe models with relay.
Expand All @@ -36,7 +37,7 @@
"""
######################################################################
# Download pretrained Caffe model
# ----------------------------------------------
# -------------------------------
from tvm.contrib.download import download_testdata

proto_file_url = ("https://github.com/shicai/MobileNet-Caffe/raw/"
Expand Down

0 comments on commit aab7056

Please sign in to comment.