Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove weight_norm #20

Open
lars76 opened this issue Jun 24, 2024 · 1 comment
Open

Remove weight_norm #20

lars76 opened this issue Jun 24, 2024 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@lars76
Copy link

lars76 commented Jun 24, 2024

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.".

@tarepan
Copy link
Owner

tarepan commented Jun 27, 2024

Weight_norm is not required for the inference

👍️
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!

@tarepan tarepan added bug Something isn't working enhancement New feature or request labels Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants