From 2b3fa02d6be200931e69d41df2792d80ef3a3e67 Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Thu, 31 Aug 2023 16:48:21 +0800 Subject: [PATCH] Update faq_en.md --- docs/en/faq_en.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/en/faq_en.md b/docs/en/faq_en.md index 6d15da2..a49166e 100644 --- a/docs/en/faq_en.md +++ b/docs/en/faq_en.md @@ -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. + +## 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] + +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". +