speechless icon indicating copy to clipboard operation
speechless copied to clipboard

Speech-to-text based on wav2letter built for transfer learning

Results 9 speechless issues
Sort by recently updated
recently updated
newest added

Hallo I have some problems to use your program. I could solve some of the errors: In net.py you have to change: ``` tf.log to tf.math.log tensorflow.to_int32 to tf.cast(x, tf.int_32)...

Thank You for providing the codes and pretrained models.. The output of the provided English pretrained model is not very good..can you please provide the model pretrained on 1000h LibriSpeech...

Hi, It works really well for the recorded audios. Could you tell how can I test it on a given .wav file ?

Hello, Great work on transfer learning. Wanted to know if you guys are planning to share models trained on ASG loss. I saw some work on ASG loss function inside...

Hello. I recently tried installing your file via the pip3 instructions on your github. pip3 install [email protected]:JuliusKunze/speechless.git Unfortunately, I seem to be getting this error: Invalid requirement: '[email protected]:JuliusKunze/speechless.git' It looks...

Hi, I'm trying to do transfer learning from the provided English net to a custom data set. The readme mentions that even languages with a different number of characters compared...

Hi, I tried to training from scratch using minimal english. The output quickly converged to underscore, so all the predicted transcripts are just empty strings. Any suggestions? Thank you.

I was trying to find German corpus but couldn't find it, can you share that please!!!! It would be great help

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...