John Hughes
John Hughes
Apologies @lissyx for jumping in on this thread. I am trying to get the Raspberry Pi's GPU visible when running the computecpp_info script but having trouble. Which OS are you...
Thanks everyone, could you let me know when you've added a fix to icefall? For now I will use `DynamicBucketingSampler`. Also, newbie question - what is a jsonl vs json?
Hi, here is the medium link: https://medium.com/speechmatics/boosting-emotion-recognition-performance-in-speech-using-cpc-ce6b23a05759 Let me know if you have any questions.
I don't have a script in this repo to prepare the dbl for librispeech but it should be straight forward. Download the training files from [here](https://www.openslr.org/12/) and then just get...
Hi @skewed-c, if you download librispeech you should end up with a bunch of audio files in a directory on your machine. You then just need to get all the...
You can give .flac a try, just make sure torchaudio.load will deal with that file type (since that is what loads the audio in the dataloader)