processors.losses.lmse
processors.losses.lmse(formants, smoothed, axis=1)
summary
Parameters
Name | Type | Description | Default |
---|---|---|---|
formants |
np.ndarray | description | required |
smoothed |
np.ndarray | description | required |
axis |
int | description. Defaults to 1. | 1 |
Returns
Type | Description |
---|---|
np.ndarray | np.ndarray: description |