MattShannon / HTS-demo_CMU-ARCTIC-SLT-STRAIGHT-AR-decision-tree

Autoregressive HMM version of the HTS demo for statistical speech synthesis (includes autoregressive clustering)
Other
16 stars 9 forks source link

CalcClusterDistribution #3

Open mcoto opened 9 years ago

mcoto commented 9 years ago

Hello! I'm trying to build regression-class trees with the AR-HMM demo, but I'm getting the error:

ERROR [+9999] CalcClusterDistribution: not available for autoregressive HMM

Looking into the code of the HTK patch, I see the lines where this statement came out:

@@ -7272,6 +7601,8 @@ void CalcClusterDistribution (RNode n) if (acc != NULL) { / check pure stream and vecSize */ if (n->pureVecSize && n->pureStream) {

Would you mind to explain what the comparison "if (acc->sqrAr != NULL)" is doing and why this error happens? Thanks, and best regards, Marvin C.