nnmnkwii.autograd.mlpg¶
-
nnmnkwii.autograd.mlpg(means, variances, windows)[source]¶ Maximum Liklihood Paramter Generation (MLPG).
The parameters are almost same as
nnmnkwii.paramgen.mlpg()expects. The differences are:- The function assumes
meansastorch.autograd.Variableinstead ofnumpy.ndarray. - The fucntion assumes
variances_framesastorch.FloatTensorinstead ofnumpy.ndarray.
Parameters: - means (torch.autograd.Variable) – Means
- variances (torch.FloatTensor) – Variances
- windows (list) – A sequence of window specification
- The function assumes