评论

关于Error 'realDivide' not yet implemented 【已解决】

Tensorflowjs插件,Error:'realDivide' not yet implemented or not found in the registry. 解决方式

Error:

'realDivide' not yet implemented or not found in the registry. Did you forget to import the kernel?

描述:

在使用Tensorflowjs导入model后,进行预测时出现

const y = await model.predict(x)

解决方式:

在app.json中更新Tensorflow插件版本

 "plugins": {
    "tfjsPlugin": {
      "version": "0.0.9",
      "provider": "wx6afed118d9e81df9"
    }
  },

最后一次编辑于  2020-05-10  
点赞 1
收藏
评论
登录 后发表内容