Python 无显示的张力板

Python 无显示的张力板,python,tensorflow,tensorboard,Python,Tensorflow,Tensorboard,我试图使用tensorboard,但当我在本地主机上运行时,没有显示任何图形 我正在执行以下步骤: 1. Activate my conda environment in an other console (same as the one running tensorflow) 2. C:\####\workspace\training_demo>tensorboard --logdir=models/my_ssd_resnet50_v1_fpn 3. Output : 2021-03-0

我试图使用
tensorboard
,但当我在本地主机上运行时,没有显示任何图形

我正在执行以下步骤:

1. Activate my conda environment in an other console (same as the one running tensorflow)
2. C:\####\workspace\training_demo>tensorboard --logdir=models/my_ssd_resnet50_v1_fpn
3. Output : 2021-03-04 18:50:28.546822: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library cudart64_110.dll
Serving TensorBoard on localhost; to expose to the network, use a proxy or pass --bind_all
TensorBoard 2.4.1 at http://localhost:6006/ (Press CTRL+C to quit)
4. Open http://localhost:6006/ in google chrome
张力板屏幕

型号/my\u ssd\u resnet50\u v1\u fpn

培训控制台日志

INFO:tensorflow:Step 100 per-step time 1.411s loss=0.394
I0304 18:49:34.973733 11084 model_lib_v2.py:665] Step 100 per-step time 1.411s loss=0.394
INFO:tensorflow:Step 200 per-step time 1.419s loss=0.328
I0304 18:51:58.578679 11084 model_lib_v2.py:665] Step 200 per-step time 1.419s loss=0.328
INFO:tensorflow:Step 300 per-step time 1.481s loss=0.294
I0304 18:54:21.233937 11084 model_lib_v2.py:665] Step 300 per-step time 1.481s loss=0.294
张力板页面除外


看来
tensorboard
谷歌Chrome上不起作用,使用Firefox解决了我的问题

输出