Skip to content

Commit

Permalink
new config for experiment 2
Browse files Browse the repository at this point in the history
  • Loading branch information
fakufaku committed May 4, 2020
1 parent c2ef0c8 commit 9cec23d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions experiment2_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"metadata_fn": "./bss_speech_dataset/data/metadata.json",

"stft": {
"nfft": 512,
"hop": 256,
"nfft": 1024,
"hop": 512,
"window": "hamming"
},

Expand All @@ -23,6 +23,7 @@
"ilrma_t": {
"name": "ilrma_t",
"kwargs": {
"n_components": 2,
"n_taps": 3,
"n_delays": 2
},
Expand Down

0 comments on commit 9cec23d

Please sign in to comment.