From 646c4bd086220c8e49934f4d9487b2fd043e91c8 Mon Sep 17 00:00:00 2001 From: SunAhong1993 <48579383+SunAhong1993@users.noreply.github.com> Date: Mon, 12 Aug 2019 14:24:16 +0800 Subject: [PATCH] Update add_caffe_custom_layer.md --- add_caffe_custom_layer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add_caffe_custom_layer.md b/add_caffe_custom_layer.md index c2d5bc9..15bf505 100644 --- a/add_caffe_custom_layer.md +++ b/add_caffe_custom_layer.md @@ -10,7 +10,7 @@ pip install git+https://github.com/PaddlePaddle/X2Paddle.git@develop ***步骤二 编译caffe.proto*** 该步骤依赖protobuf编译器,其安装过程有以下两种方式: -> 选择一:(1) pip install protobuf (2) pip install protobuf-compiler +> 选择一:pip install protobuf > 选择二:使用[官方源码](https://github.com/protocolbuffers/protobuf)进行编译 使用脚本./tools/compile.sh将caffe.proto(包含所需的自定义Layer信息)编译成我们所需的目标语言(Python) -- GitLab