Update caffe.proto
authorSergio Guadarrama <sguada@gmail.com>
Mon, 3 Feb 2014 21:09:43 +0000 (13:09 -0800)
committerSergio Guadarrama <sguada@gmail.com>
Mon, 3 Feb 2014 21:09:43 +0000 (13:09 -0800)
src/caffe/proto/caffe.proto

index c7ec503..4da8e8d 100644 (file)
@@ -139,7 +139,7 @@ message SolverParameter {
   optional bool snapshot_diff = 16 [ default = false];
   // the mode solver will use: 0 for CPU and 1 for GPU. Use GPU in default.
   optional int32 solver_mode = 17 [default = 1];
-  // the device_id will that will used in GPU mode. Use device_id=0 in default.
+  // the device_id will that be used in GPU mode. Use device_id=0 in default.
   optional int32 device_id = 18 [default = 0];
 }