Instructions to use popcornell/FasNetTAC-paper with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Asteroid
How to use popcornell/FasNetTAC-paper with Asteroid:
from asteroid.models import BaseModel model = BaseModel.from_pretrained("popcornell/FasNetTAC-paper") - Notebooks
- Google Colab
- Kaggle
Commit ·
2adcca6
1
Parent(s): 653c878
Initial commit
Browse files- README.md +63 -0
- pytorch_model.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- asteroid
|
| 4 |
+
- audio
|
| 5 |
+
- FasNet-TAC
|
| 6 |
+
- audio-source-separation
|
| 7 |
+
- multichannel
|
| 8 |
+
- beamforming
|
| 9 |
+
datasets:
|
| 10 |
+
- TACDataset
|
| 11 |
+
- sep_noisy
|
| 12 |
+
license: cc-by-sa-3.0
|
| 13 |
+
inference: false
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
## Asteroid model `Samuele Cornell/FasNetTAC_TACDataset_separatenoisy`
|
| 17 |
+
Imported from [Zenodo](https://zenodo.org/record/4557489)
|
| 18 |
+
|
| 19 |
+
### Description:
|
| 20 |
+
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.
|
| 21 |
+
|
| 22 |
+
### Training config:
|
| 23 |
+
```yaml
|
| 24 |
+
data:
|
| 25 |
+
dev_json: ./data/validation.json
|
| 26 |
+
sample_rate: 16000
|
| 27 |
+
segment: None
|
| 28 |
+
test_json: ./data/test.json
|
| 29 |
+
train_json: ./data/train.json
|
| 30 |
+
net:
|
| 31 |
+
chunk_size: 50
|
| 32 |
+
context_ms: 16
|
| 33 |
+
enc_dim: 64
|
| 34 |
+
feature_dim: 64
|
| 35 |
+
hidden_dim: 128
|
| 36 |
+
hop_size: 25
|
| 37 |
+
n_layers: 4
|
| 38 |
+
n_src: 2
|
| 39 |
+
window_ms: 4
|
| 40 |
+
optim:
|
| 41 |
+
lr: 0.001
|
| 42 |
+
weight_decay: 1e-06
|
| 43 |
+
training:
|
| 44 |
+
accumulate_batches: 1
|
| 45 |
+
batch_size: 8
|
| 46 |
+
early_stop: True
|
| 47 |
+
epochs: 200
|
| 48 |
+
gradient_clipping: 5
|
| 49 |
+
half_lr: True
|
| 50 |
+
num_workers: 8
|
| 51 |
+
patience: 30
|
| 52 |
+
save_top_k: 10
|
| 53 |
+
```
|
| 54 |
+
|
| 55 |
+
### Results:
|
| 56 |
+
```yaml
|
| 57 |
+
si_sdr: 10.871864315894744
|
| 58 |
+
si_sdr_imp: 11.322284052560262
|
| 59 |
+
```
|
| 60 |
+
|
| 61 |
+
### License notice:
|
| 62 |
+
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.
|
| 63 |
+
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7efd07c16bba219c19cc499a2bce185bb0a1e6bab0c3855346303d3234185956
|
| 3 |
+
size 11095294
|