我目前在将 tensorflow 导入我的项目时遇到问题。
我正在尝试使此代码工作: https ://gist.github.com/learncodeacademy/a96d80a29538c7625652493c2407b6be
但是,当我使用此命令运行它时:
node iris-tensorflow-js.js.js
我遇到这个错误:
(function (exports, require, module, __filename, __dirname) { import * as tf from "@tensorflow/tfjs/dist/index"
^
SyntaxError: Unexpected token *
奇怪的是,WebStorm 很好地识别了导入。
谢谢你的帮助。