Evaluation metrics¶
Evaluation metrics for statistical speech synthesis.
Warning
The module is experimental. May change in future.
melcd(X, Y[, lengths]) |
Mel-cepstrum distortion (MCD). |
mean_squared_error(X, Y[, lengths]) |
Mean squared error (MSE). |
lf0_mean_squared_error(src_f0, src_vuv, …) |
Mean squared error (MSE) for log-F0 sequences. |
vuv_error(src_vuv, tgt_vuv[, lengths]) |
Voice/unvoiced error rate computation |