- 有人在体验版或者线上版执行成功过这个函数不?
https://developers.weixin.qq.com/minigame/dev/api/ai/inference/InferenceSession.onLoad.html
07-19 - 这个发布到线上不能用啊
https://developers.weixin.qq.com/minigame/dev/api/ai/inference/wx.createInferenceSession.html
07-16 - 这个发布后执行不了,下载不了云的模型文件
https://developers.weixin.qq.com/minigame/dev/api/ai/inference/InferenceSession.onLoad.html
07-16 - 这个onLoad方法执行不了
https://developers.weixin.qq.com/minigame/dev/api/ai/inference/InferenceSession.onLoad.html
07-15 - 和体验版不同
https://developers.weixin.qq.com/miniprogram/dev/devtools/remote-debug-2.html 真机调试下 wx.createInferenceSession 可以正确执行 session.onLoad方法,可是在体验版下无法执行session.onLoad,哪个是正常的呢?
07-14 - 在classify.js的1115行的onLoad函数在体验版和线上版不执行也不报错
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/inference/tutorial.html
07-14 - 这个onload方法在体验版和线上版都无法正常加载
https://developers.weixin.qq.com/minigame/dev/api/ai/inference/InferenceSession.onLoad.html
07-13 - ai推理的项目中wx.createInferenceSession onLoad无法加载?
在 ai/mobilenet/index 那个官方项目中,classify.js中的推理函数 createInferenceSession方法中 的 this.session.onLoad(() => { this.ready = true; resolve(); }); 这个onLoad方法只有在 真机调试 中可以正常调用,在开发模式,体验模式,线上模式都无法正常加载(并不报错)
07-12 - 报错:找不到属性
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/inference/tutorial_int8.html 该页面的案例中的“wx.report”报错 类型“Wx”上不存在属性“report”。ts(2339),导致整个程序无法运行
2023-08-27 - 该示例的工具调试环境具体是什么
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/inference/tutorial_int8.htmlhttps://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/inference/tutorial_int8.html 该示例的工具调试环境具体是什么
2023-08-26