GIT COMMIT ID: 4ccd9a0 WITH_MKL: ON WITH_MKLDNN: ON WITH_GPU: ON CUDA version: 10.2 CUDNN version: v7.6 CXX compiler version: 19.16.27045.0 WITH_TENSORRT: ON TensorRT version: v7
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!
11条答案
按热度按时间xzv2uavs1#
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网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!
k5ifujac2#
您好,请问是跑什么模型呢?
vd2z7a6w3#
跑分割的模型,不过这个是启动程序时就报错,还没到加载模型的地方
nhjlsmyf4#
嗯嗯,辛苦提供一下脚本代码以及详细的报错信息
wbgh16ku5#
是c++的程序,代码类类似于官方的预测demo
aydmsdu96#
嗯嗯,这边是跑的PaddleSeg的demo吗?麻烦提供一下可复现的代码以及详细的报错信息,有助于快速定位问题
wnavrhmk7#
'''
int main(int argc, char**argv) {
//::GFLAGS_NAMESPACE::ParseCommandLineFlags(&argc, &argv, true);
//paddle_infer::demo::RunAnalysis();
paddle_infer::Config config;
std::cout << "=========================Runs successfully===================="
<< std::endl;
return 0;
}
'''
代码就这一句也会报错
jgzswidk8#
iqxoj9l99#
找到问题了 2.0和2.1用的 mkldnn.dll 不一致,2.1是2.2.1.0 ,2.0是1.6.0.0
rqdpfwrv10#
close #33239
afdcj2ne11#
这个自己不能关闭吗?