Skip to content

Commit cdd52f3

Browse files
committed
Add comment to explain how to run inference test
1 parent 6418c42 commit cdd52f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

paddle/fluid/inference/tests/book/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ function(inference_test TARGET_NAME)
2424
endforeach()
2525
endfunction(inference_test)
2626

27+
####################
28+
# Inference tests here depend on fluid/tests/book
29+
# User need to run tests in fluid/tests/book first to generate saved model.
30+
####################
2731
# This unittest is buggy!
2832
#inference_test(fit_a_line)
2933
inference_test(image_classification ARGS vgg resnet)

0 commit comments

Comments
 (0)