ERROR when using exportONNXNetwork(The file cannot be accessed) 使用exportONNXNNetwork 函数报错:系统无法访问该文件

5 Ansichten (letzte 30 Tage)
琦航
琦航 am 30 Sep. 2023
Kommentiert: am 14 Dez. 2025 um 7:11
错误使用 nnet.internal.cnn.onnx.onnxmex
MEX 文件 'C:\ProgramData\MATLAB\SupportPackages\R2023b\toolbox\nnet\supportpackages\onnx\+nnet\+internal\+cnn\+onnx\onnxmex.mexw64'
无效: 系统无法访问此文件。
出错 nnet.internal.cnn.onnx.ModelProto/writeToFile (第 58 行)
ModelPtr = onnxmex(int32(FuncName.EnewModelProto));
出错 nnet.internal.cnn.onnx.exportONNXNetwork (第 21 行)
writeToFile(modelProto, Filename);
出错 exportONNXNetwork (第 44 行)
nnet.internal.cnn.onnx.exportONNXNetwork(Network, filename, varargin{:});

Antworten (0)

Kategorien

Mehr zu MATLAB 快速入门 finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!