Hello,when I used a simple Kaldi model with only full connection layer and softmax layer, I failed to convert from. mdl to IR(.xml and .bin).The error message is as follows:
<class 'extensions.load.kaldi.loader.kaldiloader'="">Model Optimizer is not able to parse Kaldi model
Does this mean that even if the training model only contains the listed Kaldi * supported layers, it may not be converted either? Or what details did I miss?
Looking forward to your reply.
Best regards,
rzy
链接已复制
When I used the nnet-am-copy command to convert. mdl to a TXT file, I found that there were two layers, affinecomponentprecondition and sumgroupcomponent, which did not appear in Kaldi * supported layers.
Now I have two questions:
1.What are the differences between the affinecomponentprecondition and the affinecomponent in the model transformation? Will the affinecomponentprecondition layer be supported later?
2. Sumgroupcomponent seems to be a common layer. Why is it not supported now?
Best regards,
rzy
