Julien Chaumond commited on
Commit
b8106a6
1 Parent(s): efc58bf

Add Bibtex citation

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -12,7 +12,7 @@ inference: false
12
 
13
  ⚠️ Imported from https://zenodo.org/record/3903795#.X8pMBRNKjUI
14
 
15
- This model was trained by Manuel Pariente using the wham/DPRNN recipe in Asteroid. It was trained on the sep_clean task of the WHAM! dataset.
16
 
17
 
18
  ### Demo: How to use in Asteroid
@@ -76,3 +76,17 @@ This model was trained by Manuel Pariente using the wham/DPRNN recipe in Asteroi
76
  - `sar_imp`: -130.06009796503054
77
  - `stoi`: 0.9722025377865715
78
  - `stoi_imp`: 0.23415680987800583
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
  ⚠️ Imported from https://zenodo.org/record/3903795#.X8pMBRNKjUI
14
 
15
+ This model was trained by Manuel Pariente using the wham/DPRNN recipe in [Asteroid](https://github.com/asteroid-team/asteroid). It was trained on the sep_clean task of the WHAM! dataset.
16
 
17
 
18
  ### Demo: How to use in Asteroid
 
76
  - `sar_imp`: -130.06009796503054
77
  - `stoi`: 0.9722025377865715
78
  - `stoi_imp`: 0.23415680987800583
79
+
80
+ ## Citing Asteroid
81
+
82
+ ```BibTex
83
+ @inproceedings{Pariente2020Asteroid,
84
+ title={Asteroid: the {PyTorch}-based audio source separation toolkit for researchers},
85
+ author={Manuel Pariente and Samuele Cornell and Joris Cosentino and Sunit Sivasankaran and
86
+ Efthymios Tzinis and Jens Heitkaemper and Michel Olvera and Fabian-Robert Stöter and
87
+ Mathieu Hu and Juan M. Martín-Doñas and David Ditter and Ariel Frank and Antoine Deleforge
88
+ and Emmanuel Vincent},
89
+ year={2020},
90
+ booktitle={Proc. Interspeech},
91
+ }
92
+ ```