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
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
The text was updated successfully, but these errors were encountered:
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)
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
The text was updated successfully, but these errors were encountered: