simple-faster-rcnn-pytorch icon indicating copy to clipboard operation
simple-faster-rcnn-pytorch copied to clipboard

requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd3d47bbdd8>: Failed to establish a new connection: [Errno 111] Connection refused',)) 700it [04:58, 1.79it/s]

Open yuyijie1995 opened this issue 5 years ago • 11 comments

What is this problem? I do not understand how to figure it out.

yuyijie1995 avatar Nov 06 '19 11:11 yuyijie1995

I also encountered the same problem, have you solved it ? ? ? thank you

pmy-111 avatar Nov 07 '19 08:11 pmy-111

You should run

python -m visdom.server

This framework is used to plot graphics You can see all the graphics on http://localhost:8097 when model is training

image

pazlvbanke avatar Nov 12 '19 15:11 pazlvbanke

got the same problem, do you solve it?? thank you.

tmq6172 avatar Nov 27 '19 10:11 tmq6172

I used the method @pazlvbanke mentioned ,it woked.

yuyijie1995 avatar Nov 27 '19 10:11 yuyijie1995

I used the method @pazlvbanke mentioned ,it woked.

thank you very much

tmq6172 avatar Nov 27 '19 10:11 tmq6172

大家好,我的问题是这个 我至今无法解决 image 大家有遇到过这个问题吗

hqwdev avatar May 01 '20 10:05 hqwdev

大家好,我的问题是这个 我至今无法解决 image 大家有遇到过这个问题吗

我也是这个问题,你解决了吗

JZChen666 avatar Jul 14 '20 05:07 JZChen666

你好 这个问题已经解决了 可能是没有及时开启visdom可视化的缘故

------------------ Original ------------------ From: JZChen666 <[email protected]> Date: Tue,Jul 14,2020 1:39 PM To: chenyuntc/simple-faster-rcnn-pytorch <[email protected]> Cc: HQW-HQW <[email protected]>, Comment <[email protected]> Subject: Re: [chenyuntc/simple-faster-rcnn-pytorch] requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd3d47bbdd8>: Failed to establish a new connection: [Errno 111] Connection refused',)) 700it [04:58, 1.79it/s] (#158)

大家好,我的问题是这个 我至今无法解决

大家有遇到过这个问题吗

我也是这个问题,你解决了吗

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

hqwdev avatar Jul 15 '20 08:07 hqwdev

how should I change the code if I am training on server and I am unable to visualize the result

hank08tw avatar Sep 18 '20 09:09 hank08tw

需要先运行下:python -m visdom.server,再加载展示自己的模型。

allenpeng88 avatar Nov 23 '20 08:11 allenpeng88

i have use"python -m visdom.server", but when i train, i cannot see anything in "http://localhost:8097/", how to solve it?

SpeitzerPatrick avatar Sep 10 '21 09:09 SpeitzerPatrick