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