jxt1234
jxt1234
Baidu-net disk we can't install. You can send one of the model to my email ([email protected]). BTW, does mobilenet / squeezenet is error in your environment ?
We test CUDA in our machine and don't cause error. Maybe it's bug of CUDA code compability. We will refract code later.
> @jxt1234 Strange....I have met the same problem no matter using CUDA 10.2 or CUDA 11.1. Is there any chance that cudnn could cause the problem? Besides could you please...
ONNX 的 Op 到 MNN 不是一一对应的,MNN 支持的 ONNX 算子可用 ./MNNConvert - f ONNX --OP 查看
可以把 autotuning 关掉试试
这边编译都是可以的。 打开命令行,运行 .\package_scripts\win\build_tools.ps1 -path MNN-CPU/tools/x64 试下?
https://www.yuque.com/mnn/cn/cvrt_windows 按这里编 converter 就行,"无法解析的外部符号" 可以通过 -DMNN_BUILD_SHARED_LIBS=OFF 解决 至于支持 torchscript ,这个 windows 上暂不好支持,可以安装 linux 虚拟器去编译
Fixed by. 951a57b07c34acd31f3687d6225c674d0c53a211
具体代码是?