tensorboard: command not found

前端 未结 5 1353
温柔的废话
温柔的废话 2021-02-05 05:22

I installed TensorFlow on my MacBook Pro 10.12.5 from source code by steps described here. https://www.tensorflow.org/install/install_sources

TensorFlow itself works wel

5条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-05 06:01

    If you installed Tensorflow with Virtualenv, then first Check whether you have activated the tensorflow envirnoment or not

    If you have activated the tensorflow session then your command prompt will look like this :

    If not, Write the below command and try running tensorboard again.

    source ~/tensorflow/bin/activate
    

提交回复
热议问题