juliuskunze / speechless

Speech-to-text based on wav2letter built for transfer learning
https://arxiv.org/pdf/1706.00290.pdf
MIT License
96 stars 25 forks source link

Updates on ASG loss? #2

Open sruteesh opened 7 years ago

sruteesh commented 7 years ago

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 the scripts. Is is supported currently? Thanks.

juliuskunze commented 7 years ago

Hi @sruteesh, thank you! ASG is not supported, but an implementation can be plugged in at https://github.com/JuliusKunze/speechless/blob/master/speechless/net.py#L397.