Thanks for sharing this code. When I tried to include the display option in train.py. I get the following error
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f77db544bd0>: Failed to establish a new connection: [Errno 111] Connection refused'))
Use of visdom server is not being helpful. Any suggestions to solve this will be greatly appreciated.
Also, Please share if you added new resources for the prediction/ testing.
Hi,
Thanks for sharing this code. When I tried to include the display option in train.py. I get the following error
raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f77db544bd0>: Failed to establish a new connection: [Errno 111] Connection refused'))
Use of visdom server is not being helpful. Any suggestions to solve this will be greatly appreciated. Also, Please share if you added new resources for the prediction/ testing.
Thanks in advance!