登录 注册
当前位置:主页 > 资源下载 > 9 > pytorch实现的神经参数歌唱合成器torch_npss,用于歌声合成

pytorch实现的神经参数歌唱合成器torch_npss,用于歌声合成

  • 更新:2024-12-12 11:57:56
  • 大小:25.69MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:数据集 - 行业研究
  • 格式:ZIP

资源介绍

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