rechange test values

This commit is contained in:
mmoussallam
2020-07-24 15:42:02 +02:00
parent f98f16ed70
commit e7cd9f8aaa

View File

@@ -30,29 +30,29 @@ TEST_CONFIGURATIONS = {el:el for el in BACKENDS}
res_4stems = { res_4stems = {
"librosa": { "librosa": {
"vocals": { "vocals": {
"SDR": -0.007, "SDR": 0.000,
"SAR": -19.231, "SAR": -16.212,
"SIR": -4.528, "SIR": -4.172,
"ISR": 0.000 "ISR": 0.000
}, },
"drums": { "drums": {
"SDR": -0.071, "SDR": -0.077,
"SAR": -14.496, "SAR": -15.739,
"SIR": -4.987, "SIR": -5.045,
"ISR": 0.001 "ISR": 0.001
}, },
"bass":{ "bass":{
"SDR": -0.001, "SDR": -0.000,
"SAR": -12.426, "SAR": -10.665,
"SIR": -7.198, "SIR": -5.646,
"ISR": -0.001 "ISR": -0.000
}, },
"other":{ "other":{
"SDR": -1.453, "SDR": -1.309,
"SAR": -14.899, "SAR": -14.573,
"SIR": -4.678, "SIR": -4.705,
"ISR": -0.015 "ISR": -0.014
} }
}, },
"tensorflow": { "tensorflow": {