Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 454 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 454 Bytes

BachProp

Contains the code to generate symbolic music with BachProp

Requirements:

python 3 tensorflow h5py keras tqdm midi

To create a folder in the save directory with generated MIDI files from a trained model on Bach's Chorales:

python BachProp.py ChoralesMusic21 load

To train and save a model on DATASET (provided the midi data are in a midi folder inside a directory named DATASET in the data directory):

python BachProp.py DATASET train