Tensorboard Not Running Properly on port 6006

前端 未结 2 637
深忆病人
深忆病人 2021-01-25 17:45

I\'ve been having problems with tensorboard probably due to a unclean exit in windows10. I use the below code to launch it in Jupyter:

%load_ext tensorboard
%ten         


        
2条回答
  •  星月不相逢
    2021-01-25 18:13

    Did you try mentioning the same port in the Jupyter notebook

    %load_ext tensorboard
    %tensorboard --logdir={dir} --port=6005
    

提交回复
热议问题