Windows 下 Tensorflow.JS 的 Tensorboard 10
Tensorboard for Tensorflow.JS under Windows 10
我花了很长时间试图弄清楚如何安装和 运行 Tensorboard on a Windows 10 machine, for projects that are using Tensorflow.JS
有人做过这个吗?如果是,请分享步骤。
我有Tensorflow.JS working fine with my GPU under Windows 10, but I cannot find any documentation for using Tensorboard under the combination of Windows + Tensorflow.JS
环境:
- Windows 10 个 64 位
- Node.JS v14.17.3
- Python v3.8.9
- Tensorflow v2.5.0
- Tensorflow.JS v3.8.0
我正在使用 @tensorflow/tfjs-node-gpu
,搭配 RTX3080Ti,效果很好。
文档 here 展示了如何在节点中将 tfjs
与 tensorboad
集成。但它需要 tensorboard
已经安装。
当 tensorflow
与 python 一起使用时,tensorboard
作为 tensorflow
包的依赖项出现。但是在js中使用需要单独安装tensorboard包
pip install tensorboard
到目前为止,pip 是我认为安装的唯一方式tensorboard
。如果命令失败,可能与python版本有关,但可以轻松更改
我花了很长时间试图弄清楚如何安装和 运行 Tensorboard on a Windows 10 machine, for projects that are using Tensorflow.JS
有人做过这个吗?如果是,请分享步骤。
我有Tensorflow.JS working fine with my GPU under Windows 10, but I cannot find any documentation for using Tensorboard under the combination of Windows + Tensorflow.JS
环境:
- Windows 10 个 64 位
- Node.JS v14.17.3
- Python v3.8.9
- Tensorflow v2.5.0
- Tensorflow.JS v3.8.0
我正在使用 @tensorflow/tfjs-node-gpu
,搭配 RTX3080Ti,效果很好。
文档 here 展示了如何在节点中将 tfjs
与 tensorboad
集成。但它需要 tensorboard
已经安装。
当 tensorflow
与 python 一起使用时,tensorboard
作为 tensorflow
包的依赖项出现。但是在js中使用需要单独安装tensorboard包
pip install tensorboard
到目前为止,pip 是我认为安装的唯一方式tensorboard
。如果命令失败,可能与python版本有关,但可以轻松更改