Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.09 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.09 KB

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