Yuri Baburov

Results 8 issues of Yuri Baburov

... From worker 3: 99.99% -6.6615 0.0000 0.0000 8.4/10.0 1.02 kwords/sec From worker 5: 64000 words read, 1898744649/2428126864 Learning complete 223794613 / 2.23794609e8 WARNING: Forcibly interrupting busy workers WARNING: Unable...

It's great that you made a PyPI setup file. Now it'd be cool to use it to install nervananeon on production machines. But then why do we need documentation tools...

Hi devs, what is the right way on adding squared sum of values of some input layers to the cost? Please give me a hint, and I'll try to make...

question
ready

>`first_batch = x[{"batch": 1}]` >`three_examples = x[{"batch": slice(1, 4)}]` It doesn't look well, no IDE hints, and constructs a new dict every time. Would you consider pandas-like interface instead? `x[x.batch==1]`...

``` poetry init -n poetry add -vvv numpy ipython jupyter opencv-python notebook pandas django~3.2 ``` Runs very long dependency resolution. Problem is that it does a lot of override attempts...

kind/bug
status/triage

warning: no previously-included files matching '*~' found anywhere in distribution File "build/bdist.linux-x86_64/egg/paging/tests.py", line 18 self.assertEquals(page['previous_page'], num - 1 if num else False) ^ SyntaxError: invalid syntax File "/usr/lib/python2.4/site-packages/django_paging-0.2.2-py2.4.egg/paging/tests.py", line 18...

See https://github.com/buriy/spacy-ru/issues/18 : Russian lemmatizer should have lemma case normalization.