Open mengxzh15 opened 4 years ago
i replace this offline, but there is a another problem raised:
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=8095): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ff2f5fecb70>: Failed to establish a new connection: [Errno 111] Connection refused',))
you need download trainsetand testset first.The author provided the link in readme , or you can find the link in the file ./datasets/dehazing
i replace this offline, but there is a another problem raised:
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=8095): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ff2f5fecb70>: Failed to establish a new connection: [Errno 111] Connection refused',))
you need run the visdom first on the port 8095
Running below command before running the test code worked for me. python -m visdom.server, make sure that port is same.
There are download url in document train.
_Originally posted by @inkeast in https://github.com/HUSTSYJ/DA_dahazing/issues/1#issuecomment-657229684_