EuphoriaCelestial

Results 13 issues of EuphoriaCelestial

I ran the example code inside the folder. It worked well, but only able to encrypt natural number from 0 to 255, any number bigger will result incorrect, and most...

Hi, I am using MFA pre-trained model for Vietnamese from this link [https://montreal-forced-aligner.readthedocs.io/en/latest/pretrained_models.html#pretrained-acoustic](url) It works well except for some cases, which I am 100% sure is because of the local...

Hi, can someone please guide me how to generate .lab files in this Mandarin example corpus in example 2 of the docs? https://drive.google.com/file/d/1zPfwvTE_x7o9iX8J8bzeb0KNHEi3jrgN/edit I see it basically phoneme level transcriptions...

As the title, I have trained my own Mycroft model, and it worked on Ubuntu; now I want to run it on Android too. Can anyone kindly help me with...

Hi, I have finished training my own wake word model and exported `.pb` and `.pb.params` files. It worked very well, nice work guys, thank you! But I want it to...

Hi, I followed your guide in README and successfully trained an English model from LJS dataset. And I am trying to load my own dataset into it and change symbols...

Hi, I have successful run all those steps in README and have bible.arpa bible.binary but there is no trie file How can I generate trie? I cant find any tutorial...

Hi, I got error like in title when running this command: `./kenlm/bin/build_binary trie bible.arpa bible.binary` everything was good until this step, no sign of out of memory or something like...

Hi, I have my Fastspeech model trained and working well, and I want to improve the speed by running the model on Tensor RT (maybe convert preprocess code to C++...

As the title, can I use a trained Fastspeech model (phoneme level, HiFi-GAN vocoder) with another vocoder, like Waveglow from Nvidia? I would like to use the denoise module of...