Skip to content

Commit 4e0a241

Browse files
committed
update
1 parent 85c9dc8 commit 4e0a241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Caffe for CC4.0-Windows,简单的Caffe C++接口,方便简单而更深入的
55
1.只需要一个头文件和一个依赖项libcaffe.lib<br/>
66
2.只依赖opencv<br/>
77
3.能够轻易使用C++写训练过程或调用过程<br/>
8-
4.能够轻易自定义layer、自己实现数据层,不需要lmdb也能高效率训练<br/>
8+
4.能够轻易自定义layer(不用编译caffe也不用修改caffe.proto,只修改代码即可使用)、自己实现数据层,不需要lmdb也能高效率训练<br/>
99
5.能够在训练过程中对自定义layer进行调试查看中间结果<br/>
1010
6.支持LSTM不定长OCR(有案例),支持SSD更轻易的训练起来<br/>
1111
7.有了4.0的支持,很轻易的能够实现任何新的网络结构<br/>

0 commit comments

Comments
 (0)