ShuGuoJ / GiGCN

63 stars 6 forks source link

Some Training Problem #3

Open Justsoso-J opened 1 year ago

Justsoso-J commented 1 year ago

When I run the training file, the following error occurs: “urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=17000): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000012F55B42CB0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。'))”

How to modify in this case? Thank you very much.

image

ShuGuoJ commented 1 year ago

The error occurs since visdom a third-party library to visualize training processing is not installed or run.

Justsoso-J commented 1 year ago

The error occurs since visdom a third-party library to visualize training processing is not installed or run.

I have solved this problem according to your suggestion , Thank you.

lixhere commented 1 year ago

The error occurs since visdom a third-party library to visualize training processing is not installed or run.

hello,May I ask why I still reported an error after installation?

ShuGuoJ commented 1 year ago

Please carefully check you have started the visdom through "python -m visdon.server".