Updated 常见问题解答 (markdown)

RVC-Boss 2023-08-31 16:54:46 +08:00
parent caed3b9083
commit 7decbaf4d0

@ -123,6 +123,10 @@ FileNotFoundError: Could not find module lib\site-packages\llvmlite\binding\llvm
win平台会报这个错装上https://aka.ms/vs/17/release/vc_redist.x64.exe这个再重启WebUI就好了。
## Q17RuntimeError: The expanded size of the tensor (17280) must match the existing size (0) at non-singleton dimension 1. Target sizes: [1, 17280]. Tensor sizes: [0]
## Q17: RuntimeError: The expanded size of the tensor (17280) must match the existing size (0) at non-singleton dimension 1. Target sizes: [1, 17280]. Tensor sizes: [0]
wavs16k文件夹下找到文件大小显著比其他都小的一些音频文件删掉点击训练模型就不会报错了不过由于一键流程中断了你训练完模型还要点训练索引。
## Q18: RuntimeError: The size of tensor a (24) must match the size of tensor b (16) at non-singleton dimension 2
不要中途变更采样率继续训练。如果一定要变更应更换实验名从头训练。当然你也可以把上次提取的音高和特征0/1/2/2b folders拷贝过去加速训练流程。