cleanup caffe.proto
authorJeff Donahue <jeff.donahue@gmail.com>
Fri, 22 Aug 2014 18:51:29 +0000 (11:51 -0700)
committerJeff Donahue <jeff.donahue@gmail.com>
Mon, 1 Sep 2014 18:33:41 +0000 (11:33 -0700)
src/caffe/proto/caffe.proto

index bb14b83..ff18779 100644 (file)
@@ -137,7 +137,7 @@ message SolverParameter {
   // random number generator -- useful for reproducible results. Otherwise,
   // (and by default) initialize using a seed derived from the system clock.
   optional int64 random_seed = 20 [default = -1];
-  
+
   // Solver type
   enum SolverType {
     SGD = 0;