Janis Lesinskis
Janis Lesinskis
What's needed to get this completed?
So lately I have been thinking a bit about something very similar in a completely different context (I'm wanting to detect the sound of a billiards shot) and one thing...
Just a thought about this, what's the feasibility of training a model with some of the background noises used as training data for non-speech output tokens? This may be a...
Not having tests for ELAN construction will highly likely turn into a blocker.
@alexis-michaud thanks to your earlier assistance I have some Elan files that will allow me to manually test which is much better than nothing but the blocker is that we...
So you can replace function calls with their return value like this: https://github.com/JaggedVerge/PythonSnippets/blob/master/utils/lazy_property.py I feel like there's a few downsides of this approach, but might be applicable here if the...
The main pro is that it removes the function call entirely. The main downside is that it introduces some code that's a bit harder to understand because it's actually not...
Agree with the priority being low, perhaps we can make a low-priority issue tag for such matters. It could be good however to add this into the CI pipeline, as...
While this is out of scope for my current chunk of work it does remind me of some of the text editor development work I was engaging in last year,...
This looks like a very similar issues to this: https://github.com/mozilla/DeepSpeech/issues/1629 I'm guessing this is due to some short audio file. I'm a little concerned that the failure is detected late...