liux0614 / yolo_nano

Unofficial implementation of yolo nano
MIT License
253 stars 71 forks source link

在训练过程中报错[Errno 111] 拒绝连接 #33

Closed PIPIWAN closed 4 years ago

PIPIWAN commented 4 years ago

requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fdef0427b70>: Failed to establish a new connection: [Errno 111] 拒绝连接',)) urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fdee3a2f278>: Failed to establish a new connection: [Errno 111] 拒绝连接

sock.connect(sa) ConnectionRefusedError: [Errno 111] 拒绝连接

PIPIWAN commented 4 years ago

https://github.com/liux0614/yolo_nano/issues/20 在这个问题中有同样的错误 作者给出了解决方法