Update faq.md

This commit is contained in:
RVC-Boss 2023-08-31 16:57:45 +08:00 committed by GitHub
parent 2b3fa02d6b
commit 3801a75a5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -99,6 +99,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拷贝过去加速训练流程。