tensorboard报错:TensorBoard could not bind to port 6006, it was already in use

本文介绍了当使用TensorBoard时遇到端口6006被占用的问题及其解决方法。通过查找并终止占用端口的进程,可以成功启动TensorBoard并进行模型训练监控。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

问题

训练深度学习时,打开TensorBoard发生报错:TensorBoard could not bind to port 6006, it was already in use ERROR: TensorBoard could not bind to port 6006, it was already in use

tensorboard --logdir='/home/ubuntu/xxx/logs' --port='6006'

报错信息如下:

E1108 13:48:08.055952 139724834817856 program.py:298] TensorBoard could not bind to port 6006, it was already in use
ERROR: TensorBoard could not bind to port 6006, it was already in use

解决方法

关闭之前的端口进程,具体操作如下:
输入:

lsof -i:6006

输出:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
tensorboa 3094950 ubuntu xx xxxxx xxxxxxxxxx xxxx xxxxxxxxxxxxx (LISTEN)
输入:

kill -9 3094950

再次输入,即可正常使用:

tensorboard --logdir='/home/ubuntu/xxx/logs' --port='6006'

Serving TensorBoard on localhost; to expose to the network, use a proxy or pass --bind_all
TensorBoard 2.10.1 at http://localhost:6006/ (Press CTRL+C to quit)
在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

ACxz

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值