美文网首页
TensorFlow installation not foun

TensorFlow installation not foun

作者: yuanthu | 来源:发表于2022-05-24 09:07 被阅读0次

在Windows下,无法实现tensorboard的使用,这是因为tensorboard的版本太低了。

conda install tensorboard==2.0.0

然后在激活环境后再运行:

tensorboard --logdir=咱们log的路劲(什么路径都可以,可以先cd到该项目的文件下的相对路径,也可以是在电脑root路径下使用相对路径。)

相关文章

网友评论

      本文标题:TensorFlow installation not foun

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