Igor Macedo Quintanilha

Results 6 issues of Igor Macedo Quintanilha

Better explanation on how the labels for CTC are generated (inclusive for non-aligned labels), because it is not straightforward as pointed in #2156, #1995, [StackOverflow](https://stackoverflow.com/questions/45699255/hello-world-ctc-connectionist-temporal-classification-model). The only documentation explaining the...

Hi! First of all, this is the best benchmark that i've seen (that includes both cnn and rnn). Are you planning to include the pytorch in the future? Thanks.

For ASR, we need access to the vocab in order to build a string trie and limit the beam search output. Can you expose the vocabulary in PythonAPI?

CNTK has [removed](https://github.com/Microsoft/CNTK/commit/772f0d927d5459bd50fb7db1fdefcd65c56f8f38) 3rd party libs from wheel packages, [making mandatory](https://review.docs.microsoft.com/en-us/cognitive-toolkit/Setup-Windows-Python?branch=master&tabs=cntkpy24#environment-variables-and-required-packages) the CNTK users to download it (like mkl and cuda) and set the correct environment variables. Distracted users, like...

in progress

Hello there, First of all, thank you so much for this amazing library. It has been a real relief to us of having this! Right now, the carbonite tracks down...

enhancement

Create an option to provide a custom group factory. In our use case, it would be nice to provide a custom group factory to place the members together based on...