Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some Training Problem #3

Open
Justsoso-J opened this issue Sep 26, 2022 · 4 comments
Open

Some Training Problem #3

Justsoso-J opened this issue Sep 26, 2022 · 4 comments

Comments

@Justsoso-J
Copy link

Justsoso-J commented Sep 26, 2022

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
Copy link
Owner

ShuGuoJ commented Sep 26, 2022

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

@Justsoso-J
Copy link
Author

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
Copy link

lixhere commented Apr 10, 2023

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
Copy link
Owner

ShuGuoJ commented Apr 10, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants