- 有人在体验版或者线上版执行成功过这个函数不?
https://developers.weixin.qq.com/minigame/dev/api/ai/inference/InferenceSession.onLoad.html
2024-07-19 - 这个发布到线上不能用啊
https://developers.weixin.qq.com/minigame/dev/api/ai/inference/wx.createInferenceSession.html
2024-07-16 - 这个发布后执行不了,下载不了云的模型文件
https://developers.weixin.qq.com/minigame/dev/api/ai/inference/InferenceSession.onLoad.html
2024-07-16 - 这个onLoad方法执行不了
https://developers.weixin.qq.com/minigame/dev/api/ai/inference/InferenceSession.onLoad.html
2024-07-15 - 和体验版不同
https://developers.weixin.qq.com/miniprogram/dev/devtools/remote-debug-2.html 真机调试下 wx.createInferenceSession 可以正确执行 session.onLoad方法,可是在体验版下无法执行session.onLoad,哪个是正常的呢?
2024-07-14 - 在classify.js的1115行的onLoad函数在体验版和线上版不执行也不报错
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/inference/tutorial.html
2024-07-14 - 这个onload方法在体验版和线上版都无法正常加载
https://developers.weixin.qq.com/minigame/dev/api/ai/inference/InferenceSession.onLoad.html
2024-07-13 - ai推理的项目中wx.createInferenceSession onLoad无法加载?
在 ai/mobilenet/index 那个官方项目中,classify.js中的推理函数 createInferenceSession方法中 的 this.session.onLoad(() => { this.ready = true; resolve(); }); 这个onLoad方法只有在 真机调试 中可以正常调用,在开发模式,体验模式,线上模式都无法正常加载(并不报错)
2024-07-12