From 94714ce3735d01c03cc27b69455b43550e87bf45 Mon Sep 17 00:00:00 2001 From: SunAhong1993 <48579383+SunAhong1993@users.noreply.github.com> Date: Tue, 18 Jun 2019 21:17:07 +0800 Subject: [PATCH] Update README.md --- caffe2fluid/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caffe2fluid/README.md b/caffe2fluid/README.md index 8d3c922..c680269 100644 --- a/caffe2fluid/README.md +++ b/caffe2fluid/README.md @@ -81,7 +81,7 @@ except ImportError: # Fall back to the protobuf implementation self.caffepb = import_caffepb() show_fallback_warning() -# 将上述代码替换为 +# 将上述代码替换为下列代码: self.caffepb = import_caffepb() show_fallback_warning() ``` -- GitLab