We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
编译器版本 gcc-sigmastar-9.1.0-2019.11-x86_64_arm-linux-gnueabihf armA7 核心代码
printf("load ncnn model\n"); printf("param %p\n",My_DeepFilterNet_howl_16k_ep42_ncnn_param_bin); printf("bin %p\n",My_DeepFilterNet_howl_16k_ep42_ncnn_bin); printf("dfnet %p\n",DFNET_handle->dfnet); int nRet = 0; nRet = ((DFNET_handle->dfnet))->load_param(ncnn_param_bin); printf("nRet %d\n", nRet); printf("load ncnn param done\n"); nRet= ((DFNET_handle->dfnet))->load_model(ncnn_bin); printf("nRet %d\n", nRet); printf("load ncnn model done\n");
输出信息
/tmp # ./dfnet_ncnn_demo wav_test.wav wav_test_ncnn.wav load ncnn model param 0x19da0c bin 0x148798 dfnet 0x1dbf20 nRet 4752 load ncnn param done Bus error
相同的代码在windows平台运行正常,模型正确输出,麻烦看下大概是什么原因导致的
The text was updated successfully, but these errors were encountered:
656b082 master分支上应该已经修好了,可以试试
Sorry, something went wrong.
已验证
No branches or pull requests
detail | 详细描述 | 詳細な説明
编译器版本 gcc-sigmastar-9.1.0-2019.11-x86_64_arm-linux-gnueabihf
armA7
核心代码
输出信息
相同的代码在windows平台运行正常,模型正确输出,麻烦看下大概是什么原因导致的
The text was updated successfully, but these errors were encountered: