调用wx.createInferenceSession,真机上运行报错,报错提示:
SystemError (appServiceSDKScriptError)
Cannot read properties of undefined (reading 'CreateAsync')
TypeError: Cannot read properties of undefined (reading 'CreateAsync')
开发工具上加载正常,真机就报错,更换过很多onnx模型都不行,模型上传到云,然后下载本地创建还是报错,到底是啥问题?
微信版本8.0.49
this.createInferenceSession(modelPath).then