Skip to content

PyTorch implementation of simplified neural source filter model (s-nsf)

License

Notifications You must be signed in to change notification settings

Takaaki-Saeki/simplified_neural_source_filter

Repository files navigation

Simplified Neural Source Filter Model

My implementation of simplified neural source filter model (S-NSF) in this paper with some modifications.
I examined this implementation on JSUT Corpus (a single-speaker Japanese speech corpus) and JVS Corpus (a multi-speaker Japanese speech corpus).
You can find some training results (around 700k iteration) from here.

Updates

  • 2021/08/04: Initial commit

Usage

First, install dependencies with

$pip install -r requirements.txt

You can explore various training parameters by editing config.yaml.

Preprocessing

$python preprocess.py

Start training

$python train.py

Visualize results

$tensorboard --logdir=${log_path}

References

About

PyTorch implementation of simplified neural source filter model (s-nsf)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published