geyang / deep-auto-punctuation

a pytorch implementation of auto-punctuation learned character by character
141 stars 23 forks source link

Issue with visdom.server #8

Open Best-Trading-Indicator opened 4 years ago

Best-Trading-Indicator commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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