Fix dead link in notice

This commit is contained in:
jiangjiajun
2022-10-16 06:24:47 +00:00
parent bac17283ee
commit 7d9c47753f

View File

@@ -298,7 +298,7 @@ bool TrtBackend::Infer(std::vector<FDTensor>& inputs,
<< "TensorRT engine will be rebuilt once shape range information " << "TensorRT engine will be rebuilt once shape range information "
"changed, this may take lots of time, you can set a proper shape " "changed, this may take lots of time, you can set a proper shape "
"range before loading model to avoid rebuilding process. refer " "range before loading model to avoid rebuilding process. refer "
"https://github.com/PaddlePaddle/FastDeploy/docs/en/faq/" "https://github.com/PaddlePaddle/FastDeploy/blob/develop/docs/en/faq/"
"tensorrt_tricks.md for more details." "tensorrt_tricks.md for more details."
<< std::endl; << std::endl;
BuildTrtEngine(); BuildTrtEngine();
@@ -592,7 +592,7 @@ bool TrtBackend::CreateTrtEngineFromOnnx(const std::string& onnx_model_buffer) {
"should be noticed that FastDeploy will rebuild the engine while " "should be noticed that FastDeploy will rebuild the engine while "
"new input shape is out of the collected shape range, this may " "new input shape is out of the collected shape range, this may "
"bring some time consuming problem, refer " "bring some time consuming problem, refer "
"https://github.com/PaddlePaddle/FastDeploy/docs/en/faq/" "https://github.com/PaddlePaddle/FastDeploy/blob/develop/docs/en/faq/"
"tensorrt_tricks.md for more details." "tensorrt_tricks.md for more details."
<< std::endl; << std::endl;
initialized_ = true; initialized_ = true;