Skip to content

Commit 63c62b1

Browse files
committed
update
1 parent 8bcea5b commit 63c62b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ layer {
3434
}
3535
```
3636

37-
cpp代码的写法
37+
# cpp代码训练
3838
```
3939
#include <cc_utils.h>
4040
#pragma comment(lib, "libcaffe.lib")
@@ -83,7 +83,7 @@ void main(){
8383
}
8484
```
8585

86-
前向运算
86+
# 前向运算
8787
```
8888
void test(){
8989
//...
@@ -110,7 +110,7 @@ void test(){
110110
}
111111
```
112112

113-
SSD训练
113+
# SSD的一步训练
114114
```
115115
#include <cc_utils.h>
116116
using namespace cc;
@@ -159,7 +159,7 @@ void main(){
159159
}
160160
```
161161

162-
prototxt的data层:
162+
# SSD的train.prototxt的data层:
163163
```
164164
layer {
165165
name: "data"

0 commit comments

Comments
 (0)