diff --git a/CMakeLists.txt b/CMakeLists.txt index a30de110062461336c070cf214b8fe90a9fe604d..2b491694ff0d380114e46e1fb8fcbe43d9ee26ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,8 +38,6 @@ if (googlenet) add_definitions(-DFUSION_FC_OP) add_definitions(-DPOOL_OP) add_definitions(-DRELU_OP) - message("hello google net") - elseif (mobilenet) add_definitions(-DCONV_OP) add_definitions(-DELEMENTWISEADD_OP) @@ -50,8 +48,6 @@ elseif (mobilenet) add_definitions(-DBATCHNORM_OP) add_definitions(-DPOOL_OP) add_definitions(-DRESHAPE_OP) - - message("hello google mobilenet") elseif (yolo) add_definitions(-DBATCHNORM_OP) add_definitions(-DCONV_OP)