MunbongChoi
/
A-unified-model-for-zero-shot-musical-source-separation-transcription-and-synthesis
Public
forked from Kikyo-16/A-unified-model-for-zero-shot-musical-source-separation-transcription-and-synthesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun.sh
20 lines (13 loc) · 615 Bytes
/
run.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# pack urmp dataset to hdf5
#sh scripts/generate_feature.sh
cuda_id=0
# train transcription-only baseline
#sh scripts/train-model.sh $cuda_id AMT save_model/AMT
# train separation-only baseline
#sh scripts/train-model.sh $cuda_id MSS save_model/MSS
# train multi-task baseline
#sh scripts/train-model.sh $cuda_id MSS-AMT save_model/MSS-AMT
# train the proposed multi-task score-informed (MSI) model
#sh scripts/train-model.sh $cuda_id MSI save_model/MSI
# train the proposed multi-task score-informed with further disentanglement (MSI-DIS) model
sh scripts/train-model.sh $cuda_id MSI-DIS save_model/MSI-DIS