samet-akcay / ganomaly

GANomaly: Semi-Supervised Anomaly Detection via Adversarial Training
MIT License
853 stars 213 forks source link

Issue in displaying #52

Open SriPradi opened 5 years ago

SriPradi commented 5 years ago

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!

heytan commented 4 years ago

you should start visdom server in another terminal first.

Coderxiaobai1 commented 4 years ago

run python -m visdom.server in another terminal when run python train.py