Skip to content
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

GMM System Cart Step force overwrites cpr object #85

Open
Atticus1806 opened this issue Aug 1, 2022 · 0 comments
Open

GMM System Cart Step force overwrites cpr object #85

Atticus1806 opened this issue Aug 1, 2022 · 0 comments

Comments

@Atticus1806
Copy link
Contributor

Atticus1806 commented Aug 1, 2022

When using the new pipeline it is not possible to use monophone for alignment because the cart step overwrites the cpr object:

for crp in self.crp.values():
    crp.acoustic_model_config.state_tying.type = "cart"
    crp.acoustic_model_config.state_tying.file = cart_lda.last_cart_tree

commenting out the following steps (e.g. not doing them, but only monophone step) fixes the issue.
After talking to @JackTemaki this issue serves as a reminder right now that this happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant