Download the pretrained model from huggingface and save it in a new folder called checkpoints
pip install -r requirements.txt
Download The Project Gutenberg EBook of The Shanty Book, Part I, Sailor Shanties and augment it by:
python download_shanties.py
python midi_augmentation.py --input_dir shanties/ --output_dir shanties/augmented/
train.py --resume checkpoints/model.ckpt --data shanties/augmented/ --data-val-split 50 --val-step 32 --max-step 10000 --warmup-step 1000