Faris Alasmary
Faris Alasmary
Can you kindly add a fully working example of using the your TDNN implementation for training on, let's say, MNIST dataset?
Signed-off-by: Faris Abdullah Alasmary # What does this PR do ? Fix a bug in LSTM decoder while using bidirectional LSTM **Collection**: ASR # Changelog - Adding one line of...
I've been using this library for a while but unfortunately I did not find profile image URL within the scraped data. I've struggled to modify the code but with no...
I always get this error when I use keyboard interruption ``` KeyboardInterrupt: Exception ignored in: Traceback (most recent call last): File "/opt/conda/lib/python3.8/site-packages/ctcdecode/__init__.py", line 140, in __del__ TypeError: 'NoneType' object is...
Dear @sooftware, Is there a way to specify the number of block (B) and the number of subblocks (R) instead of the predefined settings 5x5 and 10x5?
Hi @VikParuchuri, Thank you for your amazing work! I wonder if you can mention the details of your training process as well as the training dataset creation?
I was trying to read a very large MP4 file and convert to WAV so I provided some parameters to `from_file` function in the argument `parameters`. My parameters were: ```python...
Hi @zinengtang, Can you share your finetuned VQAv2 checkpoint? because I could not find it Thanks!