How do I install TensorFlow's tensorboard?

前端 未结 13 1562
慢半拍i
慢半拍i 2020-12-24 05:25

How do I install TensorFlow\'s tensorboard?

13条回答
  •  萌比男神i
    2020-12-24 05:41

    I have a local install of tensorflow 1.15.0 (with tensorboard obviously included) on MacOS.

    For me, the path to the relevant file within my user directory is Library/Python/3.7/lib/python/site-packages/tensorboard/main.py. So, which does not work for me, but you have to look for the file named main.py, which is weird since it apparently is named something else for other users.

提交回复
热议问题