Skip to content

Commit

Permalink
change engine: CUDNN to engine: CAFFE
Browse files Browse the repository at this point in the history
  • Loading branch information
qichenaj committed Oct 10, 2016
1 parent 16b8c45 commit 198a36b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/fcn_example/net/ChenQi_test_mcc_net.prototxt
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ layer {
convolution_param {
num_output: 9
kernel_size: 1
engine: CUDNN
engine: CAFFE
}
}

Expand Down Expand Up @@ -623,7 +623,7 @@ layer {
convolution_param {
num_output: 9
kernel_size: 1
engine: CUDNN
engine: CAFFE
}
}

Expand Down Expand Up @@ -673,7 +673,7 @@ layer {
convolution_param {
num_output: 9
kernel_size: 1
engine: CUDNN
engine: CAFFE
}
}

Expand Down

0 comments on commit 198a36b

Please sign in to comment.