美文网首页
Windows的nodejs下使用tf

Windows的nodejs下使用tf

作者: 死鱼 | 来源:发表于2020-09-27 23:05 被阅读0次

重要环境

首先要在管理员控制台下安装:

npm install --global --production windows-build-tools

然后必须在项目目录下安装:

npm i --save @tensorflow/tfjs
npm i --save @tensorflow/tfjs-node

两个东西,其中第一个直接拿来使用tf,第二个只需要require一下即可。

详细的Mnist Demo:

https://github.com/SteveWooo/tf_learning

相关文章

网友评论

      本文标题:Windows的nodejs下使用tf

      本文链接:https://www.haomeiwen.com/subject/iujruktx.html