You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""
Traceback (most recent call last):
File "/Real-Time-Voice-Cloning-master/demo_cli.py", line 64, in
ensure_default_models(Path("saved_models"))
File "/Real-Time-Voice-Cloning-master/utils/default_models.py", line 54, in ensure_default_models
assert target_path.exists() and target_path.stat().st_size == size,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Download for synthesizer.pt failed. You may download models manually instead. https://drive.google.com/drive/folders/1fU6umc5uQAVR2udZdHX-lDgXYzTyqG_j
"""
The text was updated successfully, but these errors were encountered:
While at: Real-Time-Voice-Cloning-master/saved_models/default % tree -f
.
├── ./encoder.pt
├── ./synthesizer.pt
└── ./vocoder.pt
1 directory, 3 files
ursa@USQ04Q6HK79M default % cd ..
ursa@USQ04Q6HK79M saved_models % tree -f
.
└── ./default
├── ./default/encoder.pt
├── ./default/synthesizer.pt
└── ./default/vocoder.pt
"""
Traceback (most recent call last):
File "/Real-Time-Voice-Cloning-master/demo_cli.py", line 64, in
ensure_default_models(Path("saved_models"))
File "/Real-Time-Voice-Cloning-master/utils/default_models.py", line 54, in ensure_default_models
assert target_path.exists() and target_path.stat().st_size == size,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Download for synthesizer.pt failed. You may download models manually instead.
https://drive.google.com/drive/folders/1fU6umc5uQAVR2udZdHX-lDgXYzTyqG_j
"""
The text was updated successfully, but these errors were encountered: