Skip to content

ConstanceDws/neural-audio-energy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project was presented at the ICASSP 2023 in Rhodos, Greece.

Download paper here

Neural Audio Energy

Submodules

This repo rely on submodules, clone it with

git clone --recursive [email protected]:anonymous9992/neural_audio_energy.git

or manually fetch the submodules using

git submodule update --init

Requirements

Install requirements

pip install -r requirements.txt

Training

Example of training the small melgan variant on the ljspeech dataset

python train.py melgan --variant small --dataset ljspeech --gpu 0

Batch size is scaled automatically to fill the GPU memory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages