Update faq_en.md

This commit is contained in:
RVC-Boss 2023-08-31 16:48:21 +08:00 committed by GitHub
parent 91c2ff5f34
commit 2b3fa02d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -101,4 +101,16 @@ step3: copy the latest G and D file of exp_name1 (your previous experiment) into
step4: click "train the model", and it will continue training from the beginning of your previous exp model epoch.
## Q16: error about llvmlite.dll
OSError: Could not load shared object file: llvmlite.dll
FileNotFoundError: Could not find module lib\site-packages\llvmlite\binding\llvmlite.dll (or one of its dependencies). Try using the full path with constructor syntax.
The issue will happen in windows, install https://aka.ms/vs/17/release/vc_redist.x64.exe and it will be fixed.
## 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]
Delete the wav files whose size is significantly smaller than others, and that won't happen again. Than click "train the model"and "train the index".