GCVillager

Results 2 issues of GCVillager

环境miniconda+python3.9,win10 最下面同时出现以下错误: RuntimeError: The expanded size of the tensor (12800) must match the existing size (0) at non-singleton dimension 1. Target sizes: [1, 12800]. Tensor sizes: [0] ValueError: Cannot load...

显卡为RTX3060,12GB显存,batch_size设置为默认的6,爆显存了。之后把batch_size调为1依然不行,报错类似。 ``` (rvc) F:\AI\rvc\Retrieval-based-Voice-Conversion-WebUI>python infer-web.py Use Language: zh_CN Running on local URL: http://0.0.0.0:7865 start preprocess ['trainset_preprocess_pipeline_print.py', 'F:\\AI\\ganyu_wav', '40000', '8', 'F:\\AI\\rvc\\Retrieval-based-Voice-Conversion-WebUI/logs/ganyu', 'False'] 此处预处理省略 end preprocess start preprocess ['trainset_preprocess_pipeline_print.py', 'F:\\AI\\ganyu_wav', '40000', '8',...