-
Notifications
You must be signed in to change notification settings - Fork 458
Open
Description
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'
Metadata
Metadata
Assignees
Labels
No labels