-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Usage question #204
Comments
So if you have those |
Thank you for your help. I tried this in Colab, but got an error:
Colab has Python 3.6.9. I renamed
|
That's not an error per se, you can simply say "N" to continue with the alignment (and have the OOV words modeled as ""). You can also supply the |
I don't know why but it does not work either:
|
I was able to resolve this by installing openblas. Here is some context; the comment I linked has a link to the work around: #91 (comment) |
I'm not sure how to install |
I'm not too familiar with the platform but my guess would be either
installation via system package:
sudo apt-get install libopenblas0
Or installation via conda:
conda install openblas -c conda-forge
…On Sat., Jan. 16, 2021, 2:33 a.m. qo4on, ***@***.***> wrote:
I'm not sure how to install OpenBLAS in Colab. Is there any working
example of Montreal-Forced-Aligner usage? I mean a simple starting
example to see what it's doing. At the moment, it's completely unusable,
everything I have tried returns errors.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#204 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAVJOT4N4LIRHXTVNLE4VZ3S2FTRJANCNFSM4V4QDESA>
.
|
|
It could also be libopenblas-base or something, it's platform specific, so
search your package manager for openblas.
…On Wed., Jan. 20, 2021, 3:55 a.m. qo4on, ***@***.***> wrote:
sudo apt-get install libopenblas0
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libopenblas0
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#204 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAVJOT5VPGGNUASQ7G7RK3LS23AEZANCNFSM4V4QDESA>
.
|
Is there anybody who managed to run Montreal-Forced-Aligner without errors? |
Yes, in both Windows and Debian. |
Can you show your code for both? |
For alignment follow this template:
So, for me I ran:
|
The documentation has a line:
Where if I understand correctly:
acoustic_model_path
-montreal-forced-aligner\pretrained_models\english.zip
output_directory
- any empty directory for aligned text filesWhat is
corpus_directory
anddictionary_path
?I have English voice
0.wav
file and its transcript0.txt
. How should I feed them tomfa_align
to get a timestamp for each word of0.txt
?The text was updated successfully, but these errors were encountered: