Cassius Puodzius

Results 4 comments of Cassius Puodzius

I'm having the same problem

After reading out some replies here and on stackoverflow, I'm aware that loss-tallying is yet to be implemented. However, the running loss after each epoch - differently than said [here](https://github.com/RaRe-Technologies/gensim/issues/3228#issuecomment-917119337)-...

I'm testing the [find and use](https://github.com/constverum/ProxyBroker/blob/master/examples/find_and_use.py) script (actually the version included in the [doc](https://proxybroker.readthedocs.io/en/latest/examples.html)) and the execution is hanging at `await proxy_pool.get(scheme=urlparse(url).scheme)`. ![image](https://user-images.githubusercontent.com/2753576/49784356-4b0fb680-fd1d-11e8-9e54-13e6dca2c851.png) I'm not sure why it's happening nor...

Docker build was failing on my machine. I was able to fix it by adding `RUN pip install --upgrade pip` before cloning pybox. ``` FROM ubuntu:16.04 MAINTAINER Jonas Zaddach ENV...