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

PyTorch 2.1 Updates (Weight Norm and TorchAudio I/O) #3176

Merged
merged 4 commits into from
Nov 9, 2023

Conversation

MattyB95
Copy link
Contributor

@MattyB95 MattyB95 commented Nov 8, 2023

Implements Changes For Additional PyTorch 2.1 Support:

TORCH.NN.UTILS.WEIGHT_NORM: Function is deprecated. Use torch.nn.utils.parametrizations.weight_norm(), which uses the modern parametrisation API. The new weight_norm is compatible with the state_dict generated from the old weight_norm. (https://pytorch.org/docs/stable/generated/torch.nn.utils.weight_norm.html)

TorchAudio: Migrating the I/O functions to use the dispatcher mechanism (https://pytorch.org/audio/stable/torchaudio.html)

@erogol erogol merged commit 1b9c400 into coqui-ai:dev Nov 9, 2023
53 checks passed
@MattyB95 MattyB95 deleted the PyTorch2.1 branch November 10, 2023 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants