From 39daecc26a82477704c5baf1033250c776276eb5 Mon Sep 17 00:00:00 2001 From: wanglong03 Date: Fri, 2 Mar 2018 16:36:01 +0800 Subject: [PATCH] fix formats in README.md --- fluid/image_classification/caffe2fluid/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluid/image_classification/caffe2fluid/README.md b/fluid/image_classification/caffe2fluid/README.md index 5b4431fc..279b4c6e 100644 --- a/fluid/image_classification/caffe2fluid/README.md +++ b/fluid/image_classification/caffe2fluid/README.md @@ -9,7 +9,7 @@ This tool is used to convert a Caffe model to Fluid model 2) download one from github directly cd proto/ && wget https://github.com/ethereon/caffe-tensorflow/blob/master/kaffe/caffe/caffepb.py -2, Convert the caffe model using convert.py which will generate a python code and weight(in .npy) +2, Convert the caffe model using 'convert.py' which will generate a python script and a weight(in .npy) file 3, Use the converted model to predict see more detail info in 'tests/lenet/README.md' -- GitLab