NS2VC
NS2VC copied to clipboard
about the pretrain when training
'HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /charactr/vocos-mel-24khz/resolve/main/config.yaml (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001B8B793E310>, 'Connection to huggingface.co timed out. (connect timeout=10)'))' thrown while requesting HEAD https://huggingface.co/charactr/vocos-mel-24khz/resolve/main/config.yaml
Traceback (most recent call last):
File "E:\pythoncode\NS2VC-vc-v2\train.py", line 3, in
sorry to bother you again, when i was traning, it seems that the download of pretrain of vocos fails, but my network is ok, how can i fix it?
You can download and load the model from Hugging Face yourself. Modify the function from_pretrained
in the Vocos class to the model's local path. Hope this helps you.
sorry to bother again, i want to know the details of loading local model,