We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bcea5b commit 63c62b1Copy full SHA for 63c62b1
README.md
@@ -34,7 +34,7 @@ layer {
34
}
35
```
36
37
-cpp代码的写法:
+# cpp代码训练:
38
39
#include <cc_utils.h>
40
#pragma comment(lib, "libcaffe.lib")
@@ -83,7 +83,7 @@ void main(){
83
84
85
86
-前向运算
+# 前向运算
87
88
void test(){
89
//...
@@ -110,7 +110,7 @@ void test(){
110
111
112
113
-SSD训练
+# SSD的一步训练
114
115
116
using namespace cc;
@@ -159,7 +159,7 @@ void main(){
159
160
161
162
-prototxt的data层:
+# SSD的train.prototxt的data层:
163
164
layer {
165
name: "data"
0 commit comments