LittlePey / SFD

Sparse Fuse Dense: Towards High Quality 3D Detection with Depth Completion (CVPR 2022, Oral)
Apache License 2.0
262 stars 35 forks source link

Training issue, RuntimeError: The server socket has failed to listen on any local network addres #34

Open atta007 opened 1 year ago

atta007 commented 1 year ago

RuntimeError: The server socket has failed to listen on any local network address. The server socket has failed to bind to [::]:29500 (errno: 98 - Address already in use). The server socket has failed to bind to ?UNKNOWN? (errno: 98 - Address already in use). Screenshot from 2022-11-25 18-44-05

scripts/dist_train.sh 8 --cfg_file cfgs/kitti_models/sfd.yaml --gpu_id 0

LittlePey commented 1 year ago

Hi, you need to change the tcp_port to another number to avoid address conflict, such as:

scripts/dist_train.sh 8 --cfg_file cfgs/kitti_models/sfd.yaml --gpu_id 0 --tcp_port 24523
atta007 commented 1 year ago

Still error is same.

LittlePey commented 1 year ago

I am sorry that I have no idea. Maybe you can try more tcp_port numbers.

atta007 commented 1 year ago

I did but not work for me