From e7cd9f8aaa1c5966656454474b2b4b10bec55184 Mon Sep 17 00:00:00 2001 From: mmoussallam Date: Fri, 24 Jul 2020 15:42:02 +0200 Subject: [PATCH] rechange test values --- tests/test_eval.py | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/tests/test_eval.py b/tests/test_eval.py index 88c627a..547d1e5 100644 --- a/tests/test_eval.py +++ b/tests/test_eval.py @@ -30,29 +30,29 @@ TEST_CONFIGURATIONS = {el:el for el in BACKENDS} res_4stems = { "librosa": { - "vocals": { - "SDR": -0.007, - "SAR": -19.231, - "SIR": -4.528, + "vocals": { + "SDR": 0.000, + "SAR": -16.212, + "SIR": -4.172, "ISR": 0.000 }, "drums": { - "SDR": -0.071, - "SAR": -14.496, - "SIR": -4.987, + "SDR": -0.077, + "SAR": -15.739, + "SIR": -5.045, "ISR": 0.001 }, "bass":{ - "SDR": -0.001, - "SAR": -12.426, - "SIR": -7.198, - "ISR": -0.001 + "SDR": -0.000, + "SAR": -10.665, + "SIR": -5.646, + "ISR": -0.000 }, "other":{ - "SDR": -1.453, - "SAR": -14.899, - "SIR": -4.678, - "ISR": -0.015 + "SDR": -1.309, + "SAR": -14.573, + "SIR": -4.705, + "ISR": -0.014 } }, "tensorflow": {