From 5962c599daf77b04e117141d5afe1e7241d514a9 Mon Sep 17 00:00:00 2001 From: Sergio Guadarrama Date: Mon, 3 Feb 2014 13:09:43 -0800 Subject: [PATCH] Update caffe.proto --- src/caffe/proto/caffe.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caffe/proto/caffe.proto b/src/caffe/proto/caffe.proto index c7ec503..4da8e8d 100644 --- a/src/caffe/proto/caffe.proto +++ b/src/caffe/proto/caffe.proto @@ -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]; } -- 2.7.4