File size: 1,532 Bytes
2adcca6
 
 
 
 
20f4f5d
2adcca6
 
 
 
 
d87f356
2adcca6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
tags:
- asteroid
- audio
- FasNet-TAC
- audio-to-audio
- multichannel
- beamforming
datasets:
- TACDataset
- sep_noisy
license: cc-by-sa-4.0
---

## Asteroid model `Samuele Cornell/FasNetTAC_TACDataset_separatenoisy`
Imported from [Zenodo](https://zenodo.org/record/4557489)

### Description:
This model was trained by popcornell using the TAC/TAC recipe in Asteroid. It was trained on the separate_noisy task of the TACDataset dataset.

### Training config:
```yaml
data:
    dev_json: ./data/validation.json
    sample_rate: 16000
    segment: None
    test_json: ./data/test.json
    train_json: ./data/train.json
net:
    chunk_size: 50
    context_ms: 16
    enc_dim: 64
    feature_dim: 64
    hidden_dim: 128
    hop_size: 25
    n_layers: 4
    n_src: 2
    window_ms: 4
optim:
    lr: 0.001
    weight_decay: 1e-06
training:
    accumulate_batches: 1
    batch_size: 8
    early_stop: True
    epochs: 200
    gradient_clipping: 5
    half_lr: True
    num_workers: 8
    patience: 30
    save_top_k: 10
```

### Results:
```yaml
si_sdr: 10.871864315894744
si_sdr_imp: 11.322284052560262
```

### License notice:
This work "FasNetTAC_TACDataset_separatenoisy" is a derivative of LibriSpeech ASR corpus by Vassil Panayotov, used under CC BY 4.0; of End-to-end Microphone Permutation and Number Invariant Multi-channel Speech Separation by Yi Luo, Zhuo Chen, Nima Mesgarani, Takuya Yoshioka, used under CC BY 4.0. "FasNetTAC_TACDataset_separatenoisy" is licensed under Attribution-ShareAlike 3.0 Unported by popcornell.