We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb3247e + 9fccf46 commit 0c51888Copy full SHA for 0c51888
paddle/fluid/inference/tests/book/CMakeLists.txt
@@ -24,6 +24,11 @@ function(inference_test TARGET_NAME)
24
endforeach()
25
endfunction(inference_test)
26
27
+####################
28
+# Inference tests here depend on fluid/tests/book. If users want to run
29
+# individual test with ctest, they need to run tests in fluid/tests/book
30
+# first to generate saved model.
31
32
# This unittest is buggy!
33
#inference_test(fit_a_line)
34
inference_test(image_classification ARGS vgg resnet)
0 commit comments