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/"