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

maximum size for Inventory CustomizationIs? #54

Open
ElafIslam123 opened this issue Jan 28, 2022 · 1 comment
Open

maximum size for Inventory CustomizationIs? #54

ElafIslam123 opened this issue Jan 28, 2022 · 1 comment

Comments

@ElafIslam123
Copy link

Hi
Is there a a maximum size for inventory customization?
It seems not working if I have a phoneme number> 230?
and keep getting this error assert max_domain_idx != -1

Thank you so much and I really appreciate your time to replay me

@xinjli
Copy link
Owner

xinjli commented Feb 22, 2022

Hi,

Sorry for the late reply.
Yeah, there is a maximum size on the inventory. The original model only has ~230 phones in total, and each phone should be mapped to one of those phones, so you cannot recognize a larger inventory than this.

but this restriction is not applied to the new model I am developing now, called interspeech21 in the pull requests, you can merge this pull request and try using that one model instead. The problem is that I only implemented the inference part but have not enabled the customization part. You need to find the corresponding language directory and modify the files there if you want. There is no upper limit on the inventory size for this model (as long as you can distinguish your different phones)

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

2 participants