sarulab-speech / UTMOS22

UT-Sarulab MOS prediction system using SSL models
MIT License
169 stars 12 forks source link

Bug on making fold files in stacking #9

Closed hyama5 closed 1 year ago

hyama5 commented 2 years ago

Both https://github.com/sarulab-speech/UTMOS22/blob/756fdf28785386fbfdc082c3fef0f35ab1b59c3c/stacking/ensemble_multidomain_scripts/make_ensemble_dataset_wotest.py#L76 and https://github.com/sarulab-speech/UTMOS22/blob/756fdf28785386fbfdc082c3fef0f35ab1b59c3c/stacking/ensemble_multidomain_scripts/make_ensemble_testphase.py#L53 outputs the "test-0.csv" in the same directory. This causes error in the training of stacking.

a-Alarcon99 commented 2 years ago

Hi hyama5, I think one way to fix the problem would be to pass an absolute path instead of a relative one, since both files are in the same folder. That way we can ensure that both lines of code write to the same file.

Wataru-Nakata commented 1 year ago

Closing as this problem has been fixed with PR #10