Skip to content

Commit

Permalink
parameter to switch Caffe to CPU mode
Browse files Browse the repository at this point in the history
  • Loading branch information
atenpas committed Jun 8, 2017
1 parent 17c1882 commit 49d611b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/caffe/classifier_15channels.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<arg name="caffe_path" value="$(find gpd)/caffe/15channels" />

<param name="use_gpu" value="false" />
<param name="use_gpu" value="true" />

<param name="$(arg node)/model_file" value="$(arg caffe_path)/lenet_15_channels.prototxt" />
<param name="$(arg node)/trained_file" value="$(arg caffe_path)/two_views_15_channels_53_deg.caffemodel" />
Expand Down

0 comments on commit 49d611b

Please sign in to comment.