无显示的张力板

2024-10-04 09:17:37 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在尝试使用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

张力板屏幕

enter image description here

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

enter image description here

培训控制台日志

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

张力板页面除外

enter image description here


Tags: topyinfolocalhostmodeltimemylib