Closed molyswu closed 3 years ago
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档、常见问题、历史Issue、AI社区来寻求解答。祝您生活愉快~
Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ,Github Issue and AI community to get the answer.Have a nice day!
window上,可以下载cuda11的paddle预测库:https://paddleinference.paddlepaddle.org.cn/user_guides/download_lib.html#windows
你这个编译是预测库编译错误,还是编译应用程序时错误?
编译是预测库编译错误
uilding Custom Rule D:/projects/PaddleSeg/legacy/deploy/cpp/CMakeLists.txt
4>demo.cpp
4>D:\projects\PaddleSeg\legacy\deploy\cpp\utils/utils.h(106): warning C4244: “=”: 从“double”转换到“float”,可能丢失数据
4>d:\projects\fluid_inference\paddle\include\paddle_api.h(157): warning C4251: “paddle::PaddleTensor::name”: class“std::basic_string<char,std::char_traits
我想问一下PaddleSeg 的模型deeplabv3 的推理问题,在CUDA-11.0环境下推理deeplabv3,目的是win10在RTX3070,RTX3080上使用。 如果deeplabv3 支持CUDA-11.0,我搭建模型推理,编译的时候出现很多错误?deeplabv3 支持CUDA-11.0的指引吗? deeplabv3 支持CUDA-10.2,我搭建模型推理,编译是OK的。