Mike Korostelev

Results 5 comments of Mike Korostelev

Actually surprised that this didn't somehow bring down aws us-east-1.. takes a lot less usually. Maybe 1.4.2 Edit: https://github.com/Marak/colors.js/blob/6bc50e79eeaa1d87369bb3e7e608ebed18c5cf26/lib/extendStringPrototype.js#L55 Right here is the place to make the change to get...

![image](https://user-images.githubusercontent.com/531306/148701716-8cefb1f9-4af6-4375-9f62-58aafee6a8ab.png) https://xkcd.com/2347/

I ran into this also.. Was taking a look at how updating vocabulary worked in the online for word2vec and tried to replicate the update for doc2vec's doctags. It seems...

Thats what it seemed like to me, I forced into the slow mode to debug it - At the top of doc2vec.py: ~~~ try: from gensim.models.doc2vec_inner import train_document_dbow, train_document_dm, train_document_dm_concat...

This whole exclusion logic seems very flaky, especially if sequence matters. This should probably be a long the lines of > https://github.com/chalk/supports-color/blob/90fd683d8eb43434dfc49918f945351035475901/index.js#L112 The best solution would be to add a...