mimbres / YourMT3

multi-task and multi-track music transcription for everyone
GNU General Public License v3.0
100 stars 3 forks source link

queston about loading training dataset #7

Closed Joanna1212 closed 3 months ago

Joanna1212 commented 3 months ago

I noticed in the code that only one dataset, such as 'commu' or 'Slakh', is loaded for training. How should I handle it if I want to use all datasets together for training? 🙏 thanks!

mimbres commented 3 months ago

@Joanna1212

python train.py -d DATA_PRESET
Joanna1212 commented 3 months ago

thanks