From aab70560a2e2cd84a15a086ff35542bb0c5c9085 Mon Sep 17 00:00:00 2001 From: fernchen Date: Wed, 5 Aug 2020 10:08:11 +0800 Subject: [PATCH] [Caffe Frontend] fix bugs for generating caption in tutorial. --- tutorials/frontend/from_caffe.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorials/frontend/from_caffe.py b/tutorials/frontend/from_caffe.py index e4f046fc4166b..3ef26ce7e6834 100644 --- a/tutorials/frontend/from_caffe.py +++ b/tutorials/frontend/from_caffe.py @@ -16,6 +16,7 @@ # under the License. """ Compile Caffe Models +==================== **Author**: `Chen Feng `_ This article is an introductory tutorial to deploy Caffe models with relay. @@ -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/"