Idris Yusupov

Results 6 issues of Idris Yusupov

The Iterable abstract class was removed from collections in Python 3.10. See the deprecation note in the 3.9 collections docs (https://docs.python.org/3.9/library/collections.html). So `python -m deeppavlov interact levenshtein_corrector_ru -d` fails: ```...

Currently `python -m deeppavlov install levenshtein_corrector_ru` is failing on kenlm install in Python 3.10: ``` Collecting sortedcontainers==2.4.* Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) Installing collected packages: sortedcontainers Successfully installed sortedcontainers-2.4.0 WARNING: You...

Hello! I'm trying to calculate BLEU in two ways: 1. During evaluation in training, by passing dev set. 2. Using bin.infer with checkpoint (also in dev set). I expect equal...

TensorFlow 2.12.0: - no-avx, - CPU, - python 3.10, - westmere - `CC_OPT_FLAGS="-march=westmere -Wno-sign-compare"` Also includes Tensorflow-text 2.12.1 compiled with that TensorFlow. https://github.com/sld/docker-tensorflow-builder-next/releases/tag/2.12

I think will be good to support dashed lines drawing in jCanvaScript. Like: ``` jc.line([[1,2],[3,4]]).lineStyle({ dashed:true }) ``` Example: http://www.rgraph.net/blog/2013/january/html5-canvas-dashed-lines.html

https://github.com/sld/Tensorflow-cpu_Docker-builder/releases/tag/v2.18.0