From 39d09fdd110ed465b07b3ba06dda7210f4edfa78 Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Thu, 31 Aug 2023 16:58:18 +0800 Subject: [PATCH] Update faq_en.md --- docs/en/faq_en.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/en/faq_en.md b/docs/en/faq_en.md index a49166e..063c0e9 100644 --- a/docs/en/faq_en.md +++ b/docs/en/faq_en.md @@ -109,8 +109,11 @@ FileNotFoundError: Could not find module lib\site-packages\llvmlite\binding\llvm 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] +## 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". +## Q18: RuntimeError: The size of tensor a (24) must match the size of tensor b (16) at non-singleton dimension 2 + +Do not change the sampling rate and then continue training. If it is necessary to change, the exp name should be changed and the model will be trained from scratch. You can also copy the pitch and features (0/1/2/2b folders) extracted last time to accelerate the training process.