Fyo
Fyo
i can not run python setup.py build_ext --inplace in my mac m1. there is error : error: could not create 'monotonic_align/core.cpython-39-darwin.so': No such file or directory
Hi, the mos I test has value 5.04. However, mos usually is less than 5.0. How is it?
W0305 06:05:18.573375 124766 gpu_resources.cc:119] Please NOTE: device: 0, GPU Compute Capability: 8.9, Driver API Version: 12.2, Runtime API Version: 11.3 W0305 06:05:18.579509 124766 gpu_resources.cc:164] device: 0, cuDNN Version: 8.2. model...
Hi, where should i put this code in VITS? Which is the y_g_hat?
目前训好A的转换模型后,如果他的f0值普遍较低,当目标说话人的f0较高时,会导致声音沙哑,这种适应的f0转换应该处理呢?
数据准备
数据应该怎么准备呢?需要wav格式和lab文件格式还是其他的什么?
Does this model support mandarin?
我这边换了一套音素系统,可以训练,但是测试的时候提示是textencoder这个地方 x和b的维度不同,也就是bert提取的维度和text音素的维度对不上,大佬有建议吗 def forward(self, x, x_lengths, bert): x = self.emb(x) * math.sqrt(self.hidden_channels) # [b, t, h] b = self.emb_bert(bert) x = x + b