Anna Slizhikova

Results 11 comments of Anna Slizhikova

Thanks! `axis` instead of `dim` is definitely a bug. But no worries, this **doesn't affect** performance, since pytorch just replaces a wrong keyword `axis` to correct `dim` and works as...

Hi! The main reason is that I mainly used DyReLU to experiment with Speech-To-Text task. Sound's models and preprocessing are a little different from models for images. For example, often...

Hi, sorry for the late reply. Not yet, probably in the future.

> > > Just delete all the *.pyc files in geo_map_cython_lib folder. In this case it starts to give the error "libpython2.7.so.1.0: cannot open shared object file: No such file...

Добавить в датасет: - окончание `-ая`: *1-ая*; - точка вместо десятичной запятой: *9.5 грамм*; - одно число с десятичной запятой, без слов вокруг: *32,5*; - `квартира`: *25 квартира*; - `кабинет`:...

>Проблемы с шестизначными и более числами. Не баг, а фича, как говорится. Обычно люди читают большие числа по цифрам, если это, например, номер заказа. Либо по триадам, если это индекс...

Yeah, that's a great idea. I didn't have enough free time to implement pip package in the first release, but I believe it's a must-have feature for future versions. Anyway,...

@kyowill Your `.ogg` file is encoded with `opus`, while last version of `libsndfile` as well as `pysoundfile` can process only `vorbis` encoded files.

Hi, @bastibe, thanks for you answer! > I believe the reading issue would be addressed once we added the appropriate code to _subtype (and possibly _format and _default_subtypes). If I...

Oh, ok, I got it! Then I'll make a PR as soon as I check the remaining assumptions about the problem with the `read` function.