SFD
SFD copied to clipboard
Training issue, RuntimeError: The server socket has failed to listen on any local network addres
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).

scripts/dist_train.sh 8 --cfg_file cfgs/kitti_models/sfd.yaml --gpu_id 0
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
Still error is same.
I am sorry that I have no idea. Maybe you can try more tcp_port numbers.
I did but not work for me