Skip to content

Commit

Permalink
Add comment to explain how to run inference test
Browse files Browse the repository at this point in the history
  • Loading branch information
panyx0718 committed May 5, 2018
1 parent 6418c42 commit cdd52f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions paddle/fluid/inference/tests/book/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ function(inference_test TARGET_NAME)
endforeach()
endfunction(inference_test)

####################
# Inference tests here depend on fluid/tests/book
# User need to run tests in fluid/tests/book first to generate saved model.
####################
# This unittest is buggy!
#inference_test(fit_a_line)
inference_test(image_classification ARGS vgg resnet)
Expand Down

0 comments on commit cdd52f3

Please sign in to comment.