make sum the default eltwise operation
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Fri, 23 May 2014 00:41:24 +0000 (17:41 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Fri, 23 May 2014 00:44:31 +0000 (17:44 -0700)
src/caffe/proto/caffe.proto

index a7fb37b..da07af0 100644 (file)
@@ -257,7 +257,7 @@ message EltwiseParameter {
     PROD = 0;
     SUM = 1;
   }
-  optional EltwiseOp operation = 1; // element-wise operation to compute
+  optional EltwiseOp operation = 1 [default = SUM]; // element-wise operation
 }
 
 // Message that stores parameters used by HDF5DataLayer