Utilities¶
Function utilities¶
Most of the feature transformation in nnmnkwii.preprocessing
module is 2d functions
f: (T, D) -> (T, D')
. The following utilities can be used for
extending 2d functions to 3d by applying 2d function to each 2d slice.
|
Apply function for each padded 2d slice. |
|
Apply function for each trimmed 2d slice. |
Files¶
Part of files were taken from CMU ARCTIC dataset. Example quetsion file was taken from Merlin.
|
Get path of example HTS-style full-context lable file. |
Get path of audio file. |
|
Get path of example question file. |
|
Get file data sources for duration model training. |
|
Get file data sources for acoustic model training |
Linear algebra¶
|
Compute inverse matrix of real symmetric positive definite matrix using choleskey factorization. |
|