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

Download Waveglow error #12

Open
xiexukang opened this issue Jun 3, 2021 · 1 comment
Open

Download Waveglow error #12

xiexukang opened this issue Jun 3, 2021 · 1 comment

Comments

@xiexukang
Copy link

Traceback (most recent call last):
File "/home/project/TTS/mandarin-tts/synthesize.py", line 126, in
waveglow = download_waveglow(device)
File "/home/project/TTS/mandarin-tts/download_utils.py", line 164, in download_waveglow
waveglow = torch.hub.load('./waveglow/DeepLearningExamples-torchhub/', 'nvidia_waveglow',source='local')
File "/home/anaconda3/envs/torch1.6/lib/python3.8/site-packages/torch/hub.py", line 345, in load
repo_dir = _get_cache_or_reload(github, force_reload, verbose)
File "/home/anaconda3/envs/torch1.6/lib/python3.8/site-packages/torch/hub.py", line 121, in _get_cache_or_reload
repo_owner, repo_name, branch = _parse_repo_info(github)
File "/homeg/anaconda3/envs/torch1.6/lib/python3.8/site-packages/torch/hub.py", line 111, in _parse_repo_info
repo_owner, repo_name = repo_info.split('/')
ValueError: too many values to unpack (expected 2)

@ranchlai
Copy link
Owner

please use new branch: mtts.
Master branch is outdated.
Torchhub is unstable and in new branch mtts I have removed torchhub.

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

2 participants