Failed to load Tensorboard

后端 未结 2 1389
甜味超标
甜味超标 2021-01-23 17:53

ERROR: Failed to launch TensorBoard (exited with 1). Contents of stderr: Traceback (most recent call last): File \"/home/arshad/anaconda3/bin/tensorboard\", line 10, in s

2条回答
  •  生来不讨喜
    2021-01-23 18:20

    Initially, you have to activate the environment where tensorflow is installed using the below commands

    conda activate    or source activate 
    

    then, run below tensorboard command by passing log_dir as parameter.

      tensorboard --log_dir 
    

    For more details, run

    tensorboard -help
    

提交回复
热议问题