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.
1 parent 6418c42 commit cdd52f3Copy full SHA for cdd52f3
paddle/fluid/inference/tests/book/CMakeLists.txt
@@ -24,6 +24,10 @@ function(inference_test TARGET_NAME)
24
endforeach()
25
endfunction(inference_test)
26
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
31
# This unittest is buggy!
32
#inference_test(fit_a_line)
33
inference_test(image_classification ARGS vgg resnet)
0 commit comments