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_frames
astorch.autograd.Variable
instead ofnumpy.ndarray
. - The fucntion assumes
variances_frames
astorch.FloatTensor
instead 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