python - 'tensorboard' 不被识别为内部或外部命令,

标签 python tensorflow tensorboard tensor

刚开始使用 Tensorflow,但我无法在我的 cmd 上使用 tensorboard 命令,它给出了错误命令

C:\Users\tushar\PycharmProjects>tensorboard --logdir="NewTF"
'tensorboard' is not recognized as an internal or external command,
 operable program or batch file.

我正在使用 window 10 并安装了 tensorboard 库/

最佳答案

我在 tensorflow 1.5.0 和 windows10 上遇到了同样的问题。

正在关注 tensor documentation ("Launching TensorBoard" section) ,你可以试试:

python -m tensorboard.main --logdir=[PATH_TO_LOGDIR]

现在 tensorboard 可以正常工作了。

关于python - 'tensorboard' 不被识别为内部或外部命令,,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47985835/

相关文章:

python - 准备张量分配时出现意外失败 : tensorflow/lite/kernels/reshape. cc :85 num_input_elements ! = num_output_elements (1200 != 0)

python - Tensorboard 类型错误 : __init__() got an unexpected keyword argument 'file'

neural-network - 如何在 pytorch 中使用 tensorboard 调试器?

python - 在Python 3中设置执行位后运行Python程序

python - Google App Engine、Python、删除 cookie 或更改其值?

python - Twitter API 返回 401(未经授权),处理您的请求时发生错误

python - 形状必须为 4 级,但为 5 级

tensorflow - 可以动态指定 Keras RepeatVector 重复吗?

python - bs4.FeatureNotFound : Couldn't find a tree builder with the features you requested: lxml. 是否需要安装解析器库?

python - TensorBoard 中的 hp_metric 是什么以及如何摆脱它?