Pranjalya Tiwari

Results 5 comments of Pranjalya Tiwari

Why not, as long as the method returns an integer index.

If its still persistent, what's your Firefox version @cdefy and @januarfonti ? It's not visible in Firefox Developer version.

This occurs when any of the phonemes mentioned by you in your corpus dictionary file are not present in the pretrained acoustic model. Check for these by matching all the...

On testing via T4 GPU, while https://github.com/huggingface/transformers/pull/26699 does fix the issue, the GPU consumption ramps up quite significantly. While processing a 3 min 19 audio file, without word timestamps, it...

Hey @shashikg, the issue was in the loop where we segment audio into parts and the case where the original audio's duration is < 1s. Using the range function and...