OlaWod / FreeVC

FreeVC: Towards High-Quality Text-Free One-Shot Voice Conversion
MIT License
602 stars 111 forks source link

Killed on Linux #92

Open Tiaranso opened 4 months ago

Tiaranso commented 4 months ago

Loading handlers.FreeVC... /usr/local/lib/python3.10/dist-packages/torch/nn/utils/weight_norm.py:28: UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm. warnings.warn("torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.") INFO:root:Loaded checkpoint 'handlers/FreeVC/checkpoints/freevc.pth' (iteration 1372) Loaded the voice encoder model on cpu in 0.06 seconds. Loading WavLM for content... /usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py:1132: FutureWarning: resume_download is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use force_download=True. warnings.warn( DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): huggingface.co:443 DEBUG:urllib3.connectionpool:https://huggingface.co:443 "HEAD /microsoft/wavlm-large/resolve/main/config.json HTTP/1.1" 200 0 DEBUG:urllib3.connectionpool:https://huggingface.co:443 "HEAD /microsoft/wavlm-large/resolve/main/config.json HTTP/1.1" 200 0 Some weights of the model checkpoint at microsoft/wavlm-large were not used when initializing WavLMModel: ['encoder.pos_conv_embed.conv.weight_g', 'encoder.pos_conv_embed.conv.weight_v']

altair==4.2.2 torch==2.2.1 transformers==4.38.1 webrtcvad==2.0.10

The code works successfully on Windows. When tested on Linux, the script is killed.