You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Weight_norm is not required for the inference. Furthermore, in the latest version of Pytorch it leads to "UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.".
The text was updated successfully, but these errors were encountered:
👍️
You are right!
You can do it and it will speed up inference.
in the latest version of Pytorch it leads to "UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.".
👍️
You are right!
SpeechMOS will resolve this warning in near future, thanks for your kind notice!
Weight_norm is not required for the inference. Furthermore, in the latest version of Pytorch it leads to "UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.".
The text was updated successfully, but these errors were encountered: