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

torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm #175

Open
tm8888 opened this issue Apr 18, 2024 · 0 comments

Comments

@tm8888
Copy link

tm8888 commented Apr 18, 2024

d:\Anaconda3\envs\envs-VALL-E\lib\site-packages\torch\nn\utils\weight_norm.py:28: UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.
warnings.warn("torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.")
Traceback (most recent call last):
File "d:\Anaconda3\envs\envs-VALL-E\lib\site-packages\urllib3\connection.py", line 203, in _new_conn
sock = connection.create_connection(
File "d:\Anaconda3\envs\envs-VALL-E\lib\site-packages\urllib3\util\connection.py", line 85, in create_connection
raise err
File "d:\Anaconda3\envs\envs-VALL-E\lib\site-packages\urllib3\util\connection.py", line 73, in create_connection
sock.connect(sa)
TimeoutError: timed out
how to solve it

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

No branches or pull requests

1 participant