projects
/
platform
/
upstream
/
caffeonacl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fe0e15
)
NetParameter.layers -> layer
author
Jeff Donahue
<jeff.donahue@gmail.com>
Sat, 15 Mar 2014 00:13:59 +0000
(17:13 -0700)
committer
Jeff Donahue
<jeff.donahue@gmail.com>
Fri, 28 Mar 2014 06:42:28 +0000
(23:42 -0700)
src/caffe/proto/caffe.proto
patch
|
blob
|
history
diff --git
a/src/caffe/proto/caffe.proto
b/src/caffe/proto/caffe.proto
index 5d504151dd8266828119669a2cad29cb4af22f3b..c2775f8c8105b6e66eb0980124c3b28daa591c8c 100644
(file)
--- a/
src/caffe/proto/caffe.proto
+++ b/
src/caffe/proto/caffe.proto
@@
-40,7
+40,7
@@
message FillerParameter {
message NetParameter {
optional string name = 1; // consider giving the network a name
- repeated LayerParameter layer
s
= 2; // a bunch of layers.
+ repeated LayerParameter layer = 2; // a bunch of layers.
// The input blobs to the network.
repeated string input = 3;
// The dim of the input blobs. For each input blob there should be four