tensorflowjs真机调试 报错MiniProgramError是什么原因?
const tf = require("[@tensorflow](/user/tensorflow)/tfjs-core")
const imgTensor = tf.browser.fromPixels(imgData)
pc编译没有任何问题,真机调试和发布都不行。
const tf = require("[@tensorflow](/user/tensorflow)/tfjs-core")
const imgTensor = tf.browser.fromPixels(imgData)
pc编译没有任何问题,真机调试和发布都不行。