Skip to content

Commit c2fb9b9

Browse files
zhaifyluotao1
authored andcommitted
change dirname mobilenet to mobilenetv1 (#18160)
1 parent 5cf7e74 commit c2fb9b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/paddle/fluid/contrib/slim/tests/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ if(LINUX AND WITH_MKLDNN)
4242
inference_analysis_python_api_int8_test(test_slim_int8_googlenet ${INT8_GOOGLENET_MODEL_DIR} ${INT8_DATA_DIR} ${MKLDNN_INT8_TEST_FILE})
4343

4444
# mobilenet int8
45-
set(INT8_MOBILENET_MODEL_DIR "${INT8_DATA_DIR}/mobilenet")
45+
set(INT8_MOBILENET_MODEL_DIR "${INT8_DATA_DIR}/mobilenetv1")
4646
inference_analysis_python_api_int8_test(test_slim_int8_mobilenet ${INT8_MOBILENET_MODEL_DIR} ${INT8_DATA_DIR} ${MKLDNN_INT8_TEST_FILE})
4747

48-
# temporarily adding WITH_SLIM_MKLDNN_FULL_TEST FLAG for QA testing the following UTs locally,
48+
# temporarily adding WITH_SLIM_MKLDNN_FULL_TEST FLAG for QA testing the following UTs locally,
4949
# since the following UTs cost too much time on CI test.
5050
if (WITH_SLIM_MKLDNN_FULL_TEST)
5151
# resnet50 int8
@@ -70,7 +70,7 @@ if(LINUX AND WITH_MKLDNN)
7070
endif()
7171
endif()
7272

73-
# Since test_mkldnn_int8_quantization_strategy only supports testing on Linux
73+
# Since test_mkldnn_int8_quantization_strategy only supports testing on Linux
7474
# with MKL-DNN, we remove it here for not repeating test, or not testing on other systems.
7575
list(REMOVE_ITEM TEST_OPS test_mkldnn_int8_quantization_strategy)
7676

0 commit comments

Comments
 (0)