diff --git a/fluid/image_classification/caffe2fluid/README.md b/fluid/image_classification/caffe2fluid/README.md index 5b4431fc42eb9ab5873980d2b3b2eca3f69cb63c..279b4c6e57a785736a1c75928de8d45f4e4e956e 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'