Greg Silverman

Results 12 comments of Greg Silverman

Here's a port to tensorflow that allegedly works with python 3 [lda2vec-tf](https://github.com/meereeum/lda2vec-tf). Here's also a port to pytorch [lda2vec-pytorch](https://github.com/TropComplique/lda2vec-pytorch) (NB: in the pytorch readme, it says "Warning: I, personally, believe...

I haven't actually done anything with it! I was hoping someone else had. ^_^

Any word on the new release? I'm in a restricted VM behind a proxy server with no easy way to get files sin, other than `pip install`. Thanks!

Same issue. Only workable solution was downgrading to matplotlib==3.2.1, which in and of itself was a dependency hell!

Same question I had. I do however need secure authentication.

Thanks @jtpio, that makes sense. Regarding my issue with the `src` endpoint not always showing up, I'm wondering if this could be related: `Cookie “amplitude_id_9f6c0bb8b82021496164c672a7dc98d6_edmumn.edu” will be soon treated as...

@mgmarino I too am looking for both. We have a private VM open to the world that will be serving a voila instance behind a Flask app. I noticed that...

Same (just upgraded everything, too: ``` Selected Jupyter core packages... IPython : 8.2.0 ipykernel : 6.9.1 ipywidgets : 7.6.5 jupyter_client : 6.1.12 jupyter_core : 4.9.2 jupyter_server : 1.13.5 jupyterlab :...

Regarding the change of architecture, I assume you mean implementing a part-of-speech tagger? From my preliminary searches, something like parsey mcparseface sounds like a promising avenue of exploration, but I'm...