Skip to content

Commit

Permalink
[egs] Add readme and pretrained model to FaSNet recipe (asteroid-team…
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisCos authored Oct 24, 2021
1 parent 64e10e9 commit 9d59ecb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions egs/TAC/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
This model was trained using the [dataset](https://github.com/yluo42/TAC/tree/master/data) provided by Yi Luo, author of
["End-to-end Microphone Permutation and Number Invariant Multi-channel Speech Separation"](https://arxiv.org/abs/1910.14104).

### Results

| | task | dataset type | SI-SNRi(dB) |
|:----:|:---------:|:----------:|:----------:|
| Paper| sep_clean | adhoc | ? |
| Here | sep_clean | adhoc | 9.9 |

The pretrained model is available [here](https://huggingface.co/JorisCos/FasNet)
2 changes: 1 addition & 1 deletion egs/TAC/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
)
parser.add_argument("--exp_dir", default="exp/tmp", help="Experiment root")
parser.add_argument(
"--n_save_ex", type=int, default=50, help="Number of audio examples to save, -1 means all"
"--n_save_ex", type=int, default=10, help="Number of audio examples to save, -1 means all"
)

compute_metrics = ["si_sdr"] # , "sdr", "sir", "sar", "stoi"]
Expand Down
4 changes: 2 additions & 2 deletions egs/TAC/local/conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ optim:
weight_decay: !!float 1e-5
training:
epochs: 200
batch_size: 4
batch_size: 1
gradient_clipping: 5
accumulate_batches: 1
save_top_k: 10
save_top_k: 5
num_workers: 8
patience: 30
half_lr: true
Expand Down

0 comments on commit 9d59ecb

Please sign in to comment.