-
pytorch实现的神经参数歌唱合成器torch_npss,用于歌声合成
资源介绍
torch_npss
神经参数歌唱合成器的实现: :
快照中提供了预训练的模型/
生成的样本在data / gen_wav /中
数据集: :
试试看!
note: test labels are in data/timbre_model/test
pip install -r requirements.txt
python inference.py
尝试使用您自己的数据
put your own raw and label data in data/raw/
change custom_test in data/preprocess.py to True
run data/preprocess.py
run generate_test('your_file_name') in inference.py
训练自己的模型
将您的音频和标签放入数据/原始
运行data / prep