Closed ksclark closed 8 years ago
It looks like the given input feature and the pre-trained ubm model has different dimensions.
Unfortunately I don't remember what feature is used in the pre-trained ubm model. So that model might not be a good point to start with.
Thanks! Do you know how I could create a new ubm model that I can use?
On Sun, Jul 19, 2015 at 11:46 AM Yuxin Wu notifications@github.com wrote:
It looks like the given input feature and the pre-trained ubm model has different dimensions.
Unfortunately I don't remember what feature is used in the pre-trained ubm model. So that model might not be a good point to start with.
— Reply to this email directly or view it on GitHub https://github.com/ppwwyyxx/speaker-recognition/issues/2#issuecomment-122672641 .
UBM is simply a GMM trained on a large number of samples.
src/testbench/train-ubm.py can be used to create an UBM on pre-calculated features.
Hello,
When I try to train the UBM Model I receive the following error
Any idea why I get the Assertion fail error