Skip to content

fisheggg/LVNS-RAVE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LVNS-RAVE

This is the codebase for paper LVNS-RAVE: Diversified audio generation with RAVE and Latent Vector Novelty Search accepted as a poster to GECCO 2024.

Installation

conda create -n eprior-rave python==3.9
conda activate eprior-rave
pip install -r requirements.txt

Usage

Prepare pretrained RAVEs

After download, put the .ts checkpoint file into pretrained_models/.

Modify the LVNS config file

Find a template in eprior/eprior/configs. See eprior/eprior/configs/test.gin for comments of configs.

Start evolution process

cd /eprior/scripts

python run.py --config_path {your_config_file}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published