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

环境:

我正在使用 @tensorflow/tfjs-node-gpu,搭配 RTX3080Ti,效果很好。

文档 here 展示了如何在节点中将 tfjstensorboad 集成。但它需要 tensorboard 已经安装。

tensorflow 与 python 一起使用时,tensorboard 作为 tensorflow 包的依赖项出现。但是在js中使用需要单独安装tensorboard包

pip install tensorboard

到目前为止,pip 是我认为安装的唯一方式tensorboard。如果命令失败,可能与python版本有关,但可以轻松更改