ESPnet
multilingual
audio
speaker-recognition
jungjee commited on
Commit
3646cd9
1 Parent(s): 1033bfa

Update model

Browse files
README.md CHANGED
@@ -22,7 +22,7 @@ if you haven't done that already.
22
 
23
  ```bash
24
  cd espnet
25
- git checkout ea74d1c7482bf5b3b4f90410d1ca8521fd9a566b
26
  pip install -e .
27
  cd egs2/voxceleb/spk1
28
  ./run.sh --skip_data_prep false --skip_train true --download_model espnet/voxcelebs12_ecapa_mel
@@ -31,20 +31,20 @@ cd egs2/voxceleb/spk1
31
  <!-- Generated by scripts/utils/show_spk_result.py -->
32
  # RESULTS
33
  ## Environments
34
- date: 2023-11-30 15:46:46.690435
35
 
36
- - python version: 3.9.16 (main, May 15 2023, 23:46:34) [GCC 11.2.0]
37
  - espnet version: 202310
38
- - pytorch version: 1.13.1
39
 
40
  | | Mean | Std |
41
  |---|---|---|
42
- | Target | -0.8091 | 0.1398 |
43
- | Non-target | 0.0795 | 0.0795 |
44
 
45
  | Model name | EER(%) | minDCF |
46
  |---|---|---|
47
- | ecapa | 0.978 | 0.06860 |
48
 
49
  ## SPK config
50
 
 
22
 
23
  ```bash
24
  cd espnet
25
+ git checkout 77cb785e7b1d74345a520b30328069426990068d
26
  pip install -e .
27
  cd egs2/voxceleb/spk1
28
  ./run.sh --skip_data_prep false --skip_train true --download_model espnet/voxcelebs12_ecapa_mel
 
31
  <!-- Generated by scripts/utils/show_spk_result.py -->
32
  # RESULTS
33
  ## Environments
34
+ date: 2024-01-02 18:27:28.120357
35
 
36
+ - python version: 3.9.16 (main, Mar 8 2023, 14:00:05) [GCC 11.2.0]
37
  - espnet version: 202310
38
+ - pytorch version: 2.0.1
39
 
40
  | | Mean | Std |
41
  |---|---|---|
42
+ | Target | 7.6981 | 3.6135 |
43
+ | Non-target | 2.1546 | 2.1546 |
44
 
45
  | Model name | EER(%) | minDCF |
46
  |---|---|---|
47
+ | conf/tuning/train_ecapa_Vox12_emb192_torchmelspec_subcentertopk | 0.856 | 0.06669 |
48
 
49
  ## SPK config
50
 
meta.yaml CHANGED
@@ -2,7 +2,7 @@ espnet: '202310'
2
  files:
3
  model_file: save_exp/spk_train_ecapa_Vox12_emb192_torchmelspec_subcentertopk_raw_sp/20epoch.pth
4
  python: "3.9.16 (main, Mar 8 2023, 14:00:05) \n[GCC 11.2.0]"
5
- timestamp: 1704236059.733274
6
  torch: 2.0.1
7
  yaml_files:
8
  train_config: save_exp/spk_train_ecapa_Vox12_emb192_torchmelspec_subcentertopk_raw_sp/config.yaml
 
2
  files:
3
  model_file: save_exp/spk_train_ecapa_Vox12_emb192_torchmelspec_subcentertopk_raw_sp/20epoch.pth
4
  python: "3.9.16 (main, Mar 8 2023, 14:00:05) \n[GCC 11.2.0]"
5
+ timestamp: 1704238489.445487
6
  torch: 2.0.1
7
  yaml_files:
8
  train_config: save_exp/spk_train_ecapa_Vox12_emb192_torchmelspec_subcentertopk_raw_sp/config.yaml
save_exp/spk_train_ecapa_Vox12_emb192_torchmelspec_subcentertopk_raw_sp/RESULTS.md CHANGED
@@ -1,17 +1,17 @@
1
  <!-- Generated by scripts/utils/show_spk_result.py -->
2
  # RESULTS
3
  ## Environments
4
- date: 2023-11-30 15:46:46.690435
5
 
6
- - python version: 3.9.16 (main, May 15 2023, 23:46:34) [GCC 11.2.0]
7
  - espnet version: 202310
8
- - pytorch version: 1.13.1
9
 
10
  | | Mean | Std |
11
  |---|---|---|
12
- | Target | -0.8091 | 0.1398 |
13
- | Non-target | 0.0795 | 0.0795 |
14
 
15
  | Model name | EER(%) | minDCF |
16
  |---|---|---|
17
- | ecapa | 0.978 | 0.06860 |
 
1
  <!-- Generated by scripts/utils/show_spk_result.py -->
2
  # RESULTS
3
  ## Environments
4
+ date: 2024-01-02 18:27:28.120357
5
 
6
+ - python version: 3.9.16 (main, Mar 8 2023, 14:00:05) [GCC 11.2.0]
7
  - espnet version: 202310
8
+ - pytorch version: 2.0.1
9
 
10
  | | Mean | Std |
11
  |---|---|---|
12
+ | Target | 7.6981 | 3.6135 |
13
+ | Non-target | 2.1546 | 2.1546 |
14
 
15
  | Model name | EER(%) | minDCF |
16
  |---|---|---|
17
+ | conf/tuning/train_ecapa_Vox12_emb192_torchmelspec_subcentertopk | 0.856 | 0.06669 |