Aidan Pine

Results 10 comments of Aidan Pine

[This is a paper accepted to ACL 2022](http://aidanpine.ca/static/cv/pdfs/acl2022.pdf) about data requirements. It's definitely in the other direction - seeing how little data can be used for low-resource languages, but it...

This looks like the same error as https://github.com/ming024/FastSpeech2/issues/66

cool, yea, probably not a big problem at all, just thought I'd bring it up. Thanks!

great - thanks for following up! Yea, it seems like the biggest improvement was with unseen speakers. In any case, this is great thanks!

The docs say: "All the parallel p_tqdm functions can be passed the keyword num_cpus to indicate how many CPUs to use. The default is all CPUs. num_cpus can either be...

> The PyPI archive does not contain `editdistance/bycython.pyx`. One can instead build from the Github release: > > ``` > pip install git+https://github.com/roy-ht/[email protected] > ``` This is a good temporary...

> I don't believe so. If interested in small edit distances though, you may, depending on your scenario and data, accomplish the same effect by doing some math projecting to...

Currently default is NFD based on stale downstream requirement from ReadAlongs - but NFC generally renders better and should be used by default.

Looks like there are general memory leak problems with web sockets :( https://github.com/websockets/ws/issues/804 I would guess that the problem is there or in HandsOnTable - the rest of the app...

Júda - thank you so much for this! Apologies for the delay in replying. I think this is a great idea. One thing I want to be careful of is...