From 9cec23d79fae378c62da435ec69012253b2640c2 Mon Sep 17 00:00:00 2001 From: Robin Scheibler Date: Mon, 4 May 2020 14:41:51 +0900 Subject: [PATCH] new config for experiment 2 --- experiment2_config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/experiment2_config.json b/experiment2_config.json index e0877a1..0e48962 100644 --- a/experiment2_config.json +++ b/experiment2_config.json @@ -2,8 +2,8 @@ "metadata_fn": "./bss_speech_dataset/data/metadata.json", "stft": { - "nfft": 512, - "hop": 256, + "nfft": 1024, + "hop": 512, "window": "hamming" }, @@ -23,6 +23,7 @@ "ilrma_t": { "name": "ilrma_t", "kwargs": { + "n_components": 2, "n_taps": 3, "n_delays": 2 },