这个问题是巫婆应该在github问题中问的一个问题,但是我对github不好,没有找到tfjs-converter的github页面。
问题是,当我想从神经网络获取输出时,会收到一条错误消息:
__int128
我知道我正在传递所有必需的输入,因为否则会引发不同且友好的异常。我也知道所有输入都是由于一些console.logs而定义的。
我将检查错误所在的代码,并尝试使用该代码,但这没有用,因为我导入的库全部在一行中,所以我看不到错误在哪里。
Uncaught (in promise) TypeError: Cannot read property 'length' of undefined
at tfjs-converter:1
at Array.forEach (<anonymous>)
at e.checkInputShapeAndType (tfjs-converter:1)
at e.execute (tfjs-converter:1)
at e.execute (tfjs-converter:1)
at main (script.js:32)
还有更多代码,例如有关画布的一些代码,但我认为这无关紧要。
可以在https://demantar.netlify.com/redo/index.html上找到该网站,在https://github.com/demantar/website上找到该存储库