NetParameter.layers -> layer
authorJeff Donahue <jeff.donahue@gmail.com>
Sat, 15 Mar 2014 00:13:59 +0000 (17:13 -0700)
committerJeff Donahue <jeff.donahue@gmail.com>
Fri, 28 Mar 2014 06:42:28 +0000 (23:42 -0700)
src/caffe/proto/caffe.proto

index 5d50415..c2775f8 100644 (file)
@@ -40,7 +40,7 @@ message FillerParameter {
 
 message NetParameter {
   optional string name = 1; // consider giving the network a name
-  repeated LayerParameter layers = 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