使用的模型 https://github.com/onnx/models /blob/main/Generative_AI/gptneox_Opset16_transformers/gptneox_Opset16.onnx
wx.createInferenceSession 错误码2004000?_loadModel(modelPath) { var _this = this; if (!modelPath) { console.error('model path is null!'); return Promise.reject(new Error('model path is null!')); } let modelFile = modelPath; console.log('...wxwxwx...modelFile', modelFile); return new Promise((resolve, reject) => { this.wxInferenceSession = wx.createInferenceSession({ model: modelFile, precisionLevel: 4, allowNPU: false, allowQuantize: false }); // 监听 error 事件 this.wxInferenceSession.onError((error) => { console.error('Model loading error:', error); }); this.wxInferenceSession.onLoad(() => { this.ready = true; resolve(); }); }); },
09-02我这也是遇到此类问题了,微信8.0.32 并且 微信分身,我这原因是没有存储权限,把存储权限打开就可以了。
CameraContext.takePhoto中success回调返回的临时路径为null?[图片][图片] 目前遇到的是,安卓机型 微信分身会出现在这样的问题,我看一年前有人提过,官方没有解决嘛?
2023-02-02各位大佬 有没有知道的 怎么可以缩放比例
视频上传 可以缩放比例? .chooseVideo()uni.chooseVideouni.chooseViuni.chooseVideo(OBJECT)
2020-11-02