Ozan Caglayan

Results 19 issues of Ozan Caglayan

Hello, I was using the same JAR file in one of my projects since a couple of years. Today I discovered that this JAR file's `-stdio` mode behaves quite differently...

The second patch replaces "train time" -> "training time" and "Torch provies" -> "Pytorch provides".

Hello. Thanks for this nice project. I was able to compile and run the HUD flawlessly on my laptop. I have a project where I actually need to completely customise...

Hi, I have a very weird problem going on with the machine translation example. In `stream.py`, `get_data_from_batch` method was reimplemented for `PaddingWithEOS` class. On a system with up-to-date Theano, blocks...

Hello, I was checking your notes (http://www.phontron.com/class/mtandseq2seq2018/assets/slides/mt-fall2018.chapter11.pdf) and saw the following, which seems to be applied in this codebase as well: ` In Line 4, we sample a subset of...

Hi, When I create the `reader` object with `gpu=False`, it doesnt directly use the GPU device, but upon calling `readtext`, it captures the first available GPU device apparently uses it...

Hello, Although `easyOCR` is licensed with Apache, `python-bidi` dependency is LGPLv3 so (I think that) technically this avoids licensing easyOCR as Apache. (See a similar [thread](https://github.com/AcademySoftwareFoundation/rez/issues/1119) here and some other...

## Description - Formatting fixes - Removes the spurious `isinstance()` check (#1020) - Fix format string error for `PredictionException` ## Type of change - [X] Bug fix (non-breaking change which...

Current code doesn't have support for multibyte strings, e.g. strings having unicode characters beyond ASCII range. The column shifts for refreshLine are calculated using strlen() which returns 2 instead of...

Current browsers other than IE can't correctly transform texts from lowercase to uppercase for some languages. This results in wrong transformations for Turkish for example. Moreover the beauty of uppercase...

enhancement