Juncai
Juncai
应该是不支持使用固定shape,只能是动态shape。 c++部署,动态shape使用方法:https://github.com/PaddlePaddle/PaddleSeg/blob/release/2.6/docs/deployment/inference/cpp_inference_cn.md#53-trt%E6%96%B9%E5%BC%8F-%E5%8A%A8%E6%80%81shape%E6%A8%A1%E5%BC%8F-%E9%83%A8%E7%BD%B2
你这安装的是paddlex进行训练、报错,建议直接使用paddleseg进行训练。
导出paddleseg的预测模型后,就可以全部参考paddle serving的文档进行部署了。
请问执行的脚本是什么? 需要提供详细的复现步骤,我们来debug。
Thank you for pointing out the bugs. We'll fix it right away. > OSError: (External) CUDA error(700), an illegal memory access was encountered. I think the reason of the above...
https://github.com/PaddlePaddle/PaddleSeg/blob/develop/docs/train/train_tricks.md
从你给出的log看不出具体问题,大概率是外部环境的问题,建议先按照[quick start](https://github.com/PaddlePaddle/PaddleSeg/blob/release/2.6/docs/quick_start_cn.md)跑一下看是否还出错
这个主要还是onnxruntime部分的代码问题,这部分请网络搜搜资料看看。
这个问题是没有正确安装联编trt的paddle whl包。具体参考安装文档:https://github.com/PaddlePaddle/PaddleSeg/blob/release/2.6/docs/deployment/inference/python_inference_cn.md