Binary Thinktank

Results 14 comments of Binary Thinktank

@thisgu915 kind of, it's still unstae but iv found that if I connect with the official android app first, I can usually connect on Linux right after, so I'm wondering...

I was wondering this too. Iv successfully trained it and got good samples, but how do I tts using this output?

@Mariaa98 if you figure it out let me know, i have tried with 3 different data scientists and none of them could get a functional TTS script from this. we...

ok, i have figured out how to read the data files: import textgrid import sys f = './alligned/wavs3/{}.TextGrid'.format(sys.argv[1]) tg = textgrid.TextGrid.fromFile(f) for i in tg.tiers[1].intervals: print(i) which gives me a...

many thanks!

@carankt tried running the notebook but getting: ModuleNotFoundError Traceback (most recent call last) in 3 import librosa 4 import textgrid ----> 5 from utils.files import get_files ModuleNotFoundError: No module named...

@carankt same... (to be clear, i cloned your repo, https://github.com/carankt/FastSpeech2)

thanks, now it works. this approach is definitely different to my attempt to pull the relevant data out. Your train.txt file is only 4mb, in my attempt, it somehow ended...

nope, i'm stuck again. If anyone has any idea... 2020-09-14 16:28:53,162 - INFO - ngpu: 1 2020-09-14 16:28:53,162 - INFO - random seed = 1 Using cache found in C:\Users\ml/.cache\torch\hub\seungwonpark_melgan_master...