NeuralSVB icon indicating copy to clipboard operation
NeuralSVB copied to clipboard

Learning the Beauty in Songs: Neural Singing Voice Beautifier; ACL 2022 (Main conference); Official code

Results 17 NeuralSVB issues
Sort by recently updated
recently updated
newest added

听了[demo](https://neuralsvb.github.io/)后有些疑问, 1 如果实际使用来美化唱歌,那么Inference的时候是需要原唱的pitch curve对吧? 2 虽然测试样例不在训练样本中,但是GT Professional和GT Amateur是同一个人录制的。Inference中GT Professional不可能是自己,这样泛化性有测试过吗?

This work is very outstanding and we are insterested in it. Are there any plans to make the dataset and associated pretrained models public in the near future? Thank you

This work is great. May I ask whether the model save point or data set will be released,?I want to test the effect.

Has anyone gotten good results in English?

I got error when inference model: Exception has occurred: RuntimeError Error(s) in loading state_dict for HifiGanGenerator: Unexpected key(s) in state_dict: "m_source.l_linear.weight", "m_source.l_linear.bias", "noise_convs.0.weight", "noise_convs.0.bias", "noise_convs.1.weight", "noise_convs.1.bias", "noise_convs.2.weight", "noise_convs.2.bias", "noise_convs.3.weight", "noise_convs.3.bias"....

CUDA_VISIBLE_DEVICES=0 python tasks/run.py --config egs/datasets/audio/PopBuTFy/vae_global_mle_eng.yaml --exp_name 1012_hifigan_all_songs_nsf --reset --infer RuntimeError: Error(s) in loading state_dict for HifiGanGenerator: Unexpected key(s) in state_dict: "m_source.l_linear.weight", "m_source.l_linear.bias", "noise_convs.0.weight", "noise_convs.0.bias", "noise_convs.1.weight", "noise_convs.1.bias", "noise_convs.2.weight", "noise_convs.2.bias", "noise_convs.3.weight", "noise_convs.3.bias".

Hi, how can i get the PopBuTFy dataset to train the model? I have sent the application form to the official mailbox, but there is no response.

![image](https://user-images.githubusercontent.com/55702200/233022460-9dece16c-2efc-4db0-aead-d7eb8d704222.png) Thanks for your code. I want to know where is the requirements_auto.txt . I can't find it in the code.