-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempting! #20
Comments
ok, i have figured out how to read the data files: import textgrid f = './alligned/wavs3/{}.TextGrid'.format(sys.argv[1]) for i in tg.tiers[1].intervals: which gives me a bunch of these: Interval(0.0, 0.12, sil) i don't entirely see how this converts to your filelist format though... looks something like: you say to "convert to frames in the doc", is that just x 100? |
On https://github.com/carankt/FastSpeech2.git |
many thanks! |
@carankt tried running the notebook but getting: ModuleNotFoundError Traceback (most recent call last) ModuleNotFoundError: No module named 'utils.files' |
@binarythinktank clone the repo and then run. The notebook requires a module from the repo located in |
@carankt same... |
Take the latest version of the repo. Added the missing module. |
thanks, now it works. python3 .\train_fastspeech.py is failing though, I'll need to debug again. |
nope, i'm stuck again. If anyone has any idea... 2020-09-14 16:28:53,162 - INFO - ngpu: 1 |
The filelist you generated using my repo uses different symbols than this one. You must make adjustments to the filelist or the type of symbols in this repo to move forward. |
which symbols? not the separator, both are using the pipe | character? I will, in parallel, also attempt to use your version. Have I put the correct values into your config? wav_path = lab_path = '../melgan/wavs3' (contains the .wav and .lab files) wrong csv_path file format? Traceback (most recent call last): |
Hi
Trying to get this to work, with a custom sample set. I'm stuck at the end of this: https://github.com/ivanvovk/DurIAN#6-how-to-align-your-own-data
I don't see how to go from the many .TextGrid files to the 2 filelists that the config needs.
You mentioned using textgrid in python but I'm not a python dev, do you have a script to convert all of the textgrid files?
Cheers
The text was updated successfully, but these errors were encountered: