MyGit

seaniezhao/torch_npss

Fork: 37 Star: 153 (更新于 2024-10-03 04:54:09)

license: MIT

Language: Jupyter Notebook .

pytorch implementation of Neural Parametric Singing Synthesizer 歌声合成

最后发布版本: v0.2.0 ( 2019-07-03 18:56:32)

GitHub网址

torch_npss

中文(chinese)

implementation of A Neural Parametric Singing Synthesizer: https://arxiv.org/abs/1704.03809

  • pretrained models are provided in snapshots/
  • generated samples are in data/gen_wav/

dataset:https://drive.google.com/file/d/137dTlTiN7jSadV76sRDRwNJ_ysTz1psA/view?usp=sharing

sample

try it out!

note: test labels are in data/timbre_model/test
pip install -r requirements.txt 
python inference.py

try with your own data

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 

train your own model

  • put your audio and label in data/raw
  • run data/preprocess.py
  • adjust condition_channel in hparam.py according to your data
  • run train_harmonoc.py train_aperoidic.py train_vuv.py
  • if you have any questions feel free to leave an issue

A complete version of implementation which including F0 model and vuv model see here: https://github.com/seaniezhao/cnnpss

最近版本更新:(数据更新于 2024-08-04 19:51:55)

2019-07-03 18:56:32 v0.2.0

2019-05-11 10:44:28 v0.1.0

2019-05-05 11:00:38 v0.0.3

2019-04-12 00:36:57 v0.0.2

2019-03-27 19:09:47 v0.0.1

主题(topics):

sing, synthesizer

seaniezhao/torch_npss同语言 Jupyter Notebook最近更新仓库

2024-10-03 01:07:52 langchain-ai/langchain

2024-10-01 18:20:09 zsylvester/segmenteverygrain

2024-09-27 03:32:55 meta-llama/llama-recipes

2024-09-19 17:28:57 huggingface/setfit

2024-08-27 21:53:09 neo4j-labs/llm-graph-builder

2024-08-27 13:50:56 datawhalechina/leedl-tutorial