jason9693 / MusicTransformer-tensorflow2.0

implementation of music transformer with tensorflow-2.0 (ICLR2019)
MIT License
353 stars 81 forks source link

I've got a problem about sh #25

Open JO-HEEJIN opened 3 years ago

JO-HEEJIN commented 3 years ago

Thank you for your code and the opportunity to see what's going on with Music Transformer!!

However, I'm a newbie to this field, so I have no idea how to download midi dataset

$ sh dataset/script/{ecomp_piano_downloader, midi_world_downloader, ...}.sh

I've tried several times but, I can't figure it out on my own. also,

$ python preprocess.py {midi_load_dir} {dataset_save_dir}

I imitated https://si-partners.net/blog/music-transformer.html but I still don't know how to deal with it. please help me, I feel suffocated!

DaiZhenrong commented 3 years ago

I've used this order to download piano-e-Competition dataset in file named piano-e-Competition. bash ecomp_piano_downloader.sh piano-e-Competition

adamoudad commented 2 years ago

Hello, I fixed this in my fork https://github.com/adamoudad/MusicTransformer-tensorflow2.0 and have submitted a PR some times ago #29