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

Issue with visdom.server #8

Open
Best-Trading-Indicator opened this issue Feb 13, 2020 · 3 comments
Open

Issue with visdom.server #8

Best-Trading-Indicator opened this issue Feb 13, 2020 · 3 comments

Comments

@Best-Trading-Indicator
Copy link

Hi there

Brilliant work
I looked up everywhere for a soluton for that but didn't solve the issue

I keep getting the error message "C:\Users\David\Anaconda3\lib\site-packages\visdom\server.py:39: DeprecationWarning: zmq.eventloop.ioloop is deprecated in pyzmq 17. pyzmq now works with default tornado and asyncio eventloops."

I try all the combinations of pip install visdom and conda install visdom etc
I didn't succeed in compiling your work using the command make run

Should I use a specific version of visdom or python to use your work?

Thanks so much for your help
Dave

@geyang
Copy link
Owner

geyang commented Feb 13, 2020

You might want to check if the visdom examples in their code base run with your environment. I don't currently use visdom anymore because I built a new visualization tool called ML-Logger (and ML-Dash). I have not tested this on a windows machine.

You can remove the visdom dependency in this code base and use a different visualization tool, or just dump into print.

https://github.com/episodeyang/ml_logger

@Best-Trading-Indicator
Copy link
Author

Best-Trading-Indicator commented Feb 15, 2020

Thank you for the quick response
Unfortunately, I'm not technical enough to make it work (even with printing the final output)
I'm using a Ubuntu shell on my Windows, so I thought this should behave like an Ubuntu OS anyway.

Do you install pytorch etc using conda or using pip install?

Even using the Ubuntu shell, I get plenty of errors related to Visdom when calling the command make run

Thanks again
I'll see how I can compile it at least using this Ubuntu shell that I have

@geyang
Copy link
Owner

geyang commented Feb 17, 2020

to install pytorch, I used the conda script on the official guide.

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

2 participants