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

Pretrained model not downloading #56

Open
tueksta opened this issue Oct 2, 2022 · 2 comments
Open

Pretrained model not downloading #56

tueksta opened this issue Oct 2, 2022 · 2 comments

Comments

@tueksta
Copy link

tueksta commented Oct 2, 2022

There's something weird going on, the new links to the pretrained models work fine when executing manually, but when I run the script and check the folder saved_models it is empty.

---------------------------------------------------------------------------
FileNotFoundError                         Traceback (most recent call last)
[<ipython-input-24-4dd965191466>](https://localhost:8080/#) in <module>
     42 
     43 get_ipython().system('ls ')
---> 44 encoder.load_model(project_name / Path("saved_models/default/encoder.pt"))
     45 synthesizer = Synthesizer(project_name / Path("saved_models/default/synthesizer.pt"))
     46 vocoder.load_model(project_name / Path("saved_models/default/vocoder.pt"))

3 frames
[/usr/local/lib/python3.7/dist-packages/torch/serialization.py](https://localhost:8080/#) in __init__(self, name, mode)
    209 class _open_file(_opener):
    210     def __init__(self, name, mode):
--> 211         super(_open_file, self).__init__(open(name, mode))
    212 
    213     def __exit__(self, *args):
FileNotFoundError: [Errno 2] No such file or directory: 'Real-Time-Voice-Cloning/saved_models/default/encoder.pt'
@tueksta
Copy link
Author

tueksta commented Oct 2, 2022

Ah, I just saw this in another playbook:

Access denied with the following error:

 	Too many users have viewed or downloaded this file recently. Please
	try accessing the file again later. If the file you are trying to
	access is particularly large or is shared with many people, it may
	take up to 24 hours to be able to view or download the file. If you
	still can't access a file after 24 hours, contact your domain
	administrator. 

@shas232
Copy link

shas232 commented Jun 11, 2023

Ah, I just saw this in another playbook:

Access denied with the following error:

 	Too many users have viewed or downloaded this file recently. Please
	try accessing the file again later. If the file you are trying to
	access is particularly large or is shared with many people, it may
	take up to 24 hours to be able to view or download the file. If you
	still can't access a file after 24 hours, contact your domain
	administrator. 

could you find the google drive download links for the model??? If so please help me out

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