Skip to content
/ nansypp Public

Unofficial implementation of NANSY++ in Pytorch Lightning

License

Notifications You must be signed in to change notification settings

MWM-io/nansypp

Repository files navigation

NANSY++

Unofficial implementation of paper "NANSY++: Unified Voice Synthesis with Neural Analysis and Synthesis" in Pytorch Lightning following guidelines from lightning-hydra-template and drawing inspiration from revsic unofficial implementation.

We focus on 2 subtasks:

We also provide pretrained checkpoints for both models (please refer to the documentation), and compare our results with those reported in the article on this Notion page.

⚙️ Setup

git clone --recurse-submodules https://github.com/MWM-io/nansypp.git
cd nansypp
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

About

Unofficial implementation of NANSY++ in Pytorch Lightning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages