-
Notifications
You must be signed in to change notification settings - Fork 7
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
Comments
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. |
hello,May I ask why I still reported an error after installation? |
Please carefully check you have started the visdom through "python -m visdon.server". |
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.
The text was updated successfully, but these errors were encountered: