From ff21d000ff27b7c83787de2d7924337fdec51898 Mon Sep 17 00:00:00 2001 From: SunAhong1993 <48579383+SunAhong1993@users.noreply.github.com> Date: Thu, 11 Apr 2019 15:14:51 +0800 Subject: [PATCH] Update README_en.md --- caffe2fluid/README_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caffe2fluid/README_en.md b/caffe2fluid/README_en.md index 8e648a2..09035ea 100644 --- a/caffe2fluid/README_en.md +++ b/caffe2fluid/README_en.md @@ -69,7 +69,7 @@ In the model conversion, when encounter an unsupported custom layer, users can a - Register these two functions ```register(kind='MyType', shape=shape_func, layer=layer_func)``` - Notes: more examples can be found in `kaffe/custom_layers` -2. Add ```import mylayer``` to `kaffe/custom_layers/\_\_init__.py` +2. Add ```import mylayer``` to `kaffe/custom_layers/__init__.py` 3. Prepare your pycaffe as your customized version(same as previous env prepare) - (option1) replace `proto/caffe.proto` with your own caffe.proto and compile it -- GitLab