er-muyue / DeFRCN

MIT License
181 stars 43 forks source link

RuntimeError: The server socket has failed to listen on any local network address. The server socket has failed to bind to [::]:50153 (errno: 98 - Address already in use). The server socket has failed to bind to ?UNKNOWN? (errno: 98 - Address already in use). #45

Closed MALLI7622 closed 2 years ago

MALLI7622 commented 2 years ago

I am getting this error while running this command python3 main.py --num-gpus 8 --config-file configs/voc/defrcn_det_r101_base${SPLIT_ID}.yaml \ --opts MODEL.WEIGHTS ${IMAGENET_PRETRAIN} \ OUTPUT_DIR ${SAVE_DIR}/defrcn_det_r101_base${SPLIT_ID}

MALLI7622 commented 2 years ago

resolved the error