Skip to content

Commit

Permalink
add option in config.mk for caffe converter
Browse files Browse the repository at this point in the history
  • Loading branch information
winstywang committed May 21, 2015
1 parent 7ece979 commit e23986b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion make/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ USE_CUDNN = 0
# add the path to CUDNN libary to link and compile flag
# if you do not need that, or do not have that, leave it as NONE
USE_CUDNN_PATH = NONE

# whether to build caffe converter
USE_CAFFE_CONVERTER = 0
CAFFE_ROOT =
CAFFE_INCLUDE =
CAFFE_LIB =
#
# choose the version of blas you want to use
# can be: mkl, blas, atlas, openblas
Expand Down

0 comments on commit e23986b

Please sign in to comment.