Skip to content

SensiLab/MusicVariationBert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Variation Generation Using BERT

Setup requirements

Python Version 3.9.0

Install the correct version of fairseq:

!git clone https://github.com/pytorch/fairseq

%cd fairseq

!git checkout 336942734c85791a90baa373c212d27e7c722662 # provided checkpoints are trained with this version

!pip install --editable ./

Install Mido:

!pip install --upgrade https://github.com/omit66/mido/tarball/master

Install Midotoolkit:

!pip install miditoolkit

Numpy Version !pip install numpy=1.23.0

About

Project contains code for music variation system based off MusicBert

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages