Kaizhi Qian
Kaizhi Qian
System: power 9, linux ppc64le Anaconda version: Anaconda3-2021.11-Linux-ppc64le.sh, Anaconda3-2020.11-Linux-ppc64le.sh python version: 3.7, 3.8 parselmouth version: 0.4.0 After successful installation using pip install, 'import parselmouth' gives Segmentation fault (core dumped). parselmouth...
Hello, I have multiple processes of a function calling the parselmouth.praat.call(...). After certain number of iterations, the program hangs forever. Is this because the praat.call() also spawns another subprocess? What...
Below is a rough code to explain what I did. ```python import torch.multiprocessing as mp def inference(config): data_loader = get_loader(config) while True: for step in range(128): dec_outs, _ = turbo_decoder(current_pred,...
``` turbo_transformers.set_num_threads(?) ``` Whatever number I put in there, it is always using 4 threads.
I tried to install the turbotransformers into my own docker image. There is no conda in my docker image. I installed packages directly using apt-get and pip. However, when executing...
While training the vocoder, it writes to the following three folders "audio", "dev_eval", and "train_no_dev_eval". The audios inside "dev_eval" and "train_no_dev_eval" all sounds very good. However, the audios inside "audio"...
We have further improved AutoVC in 2 subsequent works. The 1st work improves the audio quality by removing any pitch artifacts. F0-consistent many-to-many non-parallel voice conversion via conditional autoencoder https://arxiv.org/abs/2004.07370...
Hello, I've encountered an issue with ESpeak where it occasionally joins two consecutive words or omits certain words. This leads to a discrepancy in the word count between the original...
Thank you for your implementation! I am wondering when will the pretrained checkpoints be released. Meanwhile, how is the performance compared to the results shown in the paper?
Hi, Although the voice-unvoice detector part is removed from the pitch detector code, is the uv detector still pretrained in your provided JDCnet checkpoint? In other words, if I add...