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
How do I get the freevc.json and freevc.pth checkpoint if I did not do any training before? I downloaded the wavlm and hifigan models. Should i replace those paths with one of that models, because when I do that I get the error:
hps.data.filter_length // 2 + 1,
AttributeError: 'HParams' object has no attribute 'data'
The text was updated successfully, but these errors were encountered:
When I do:
inference with FreeVC
CUDA_VISIBLE_DEVICES=0 python convert.py --hpfile logs/freevc.json --ptfile checkpoints/freevc.pth --txtpath convert.txt --outdir outputs/freevc
How do I get the freevc.json and freevc.pth checkpoint if I did not do any training before? I downloaded the wavlm and hifigan models. Should i replace those paths with one of that models, because when I do that I get the error:
The text was updated successfully, but these errors were encountered: