You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for your excellent work with this tool.
I am currently trying to use it in ESPnet to generate the alignments for training a model with durations similar to the MFA tool.
However, I am facing some minor issues.
I understand the tool is still under construction, but a little guide will help me continue with my implementation.
you need to add a __init__.py at the alqlign folder so you execute the command alqalign.run.
In run.py, what is step 1 supposed to do? Transcribe the audio into word/text or just only into phonemes; should it have a similar behavior as step 2?
In the case of using step 1, text is no longer required, right? So the argument text becomes unneeded? Is it also necessary to move the text processing after step 1 (
Thank you very much for your excellent work with this tool.
I am currently trying to use it in ESPnet to generate the alignments for training a model with durations similar to the MFA tool.
However, I am facing some minor issues.
I understand the tool is still under construction, but a little guide will help me continue with my implementation.
__init__.py
at thealqlign
folder so you execute the commandalqalign.run
.run.py,
what is step 1 supposed to do? Transcribe the audio into word/text or just only into phonemes; should it have a similar behavior as step 2?alqalign/alqalign/run.py
Lines 70 to 92 in 10081d5
alqalign/alqalign/run.py
Line 107 in 10081d5
alqalign/alqalign/run.py
Lines 60 to 62 in 10081d5
The text was updated successfully, but these errors were encountered: