dragonSwing commited on
Commit
1773b97
·
1 Parent(s): 78e0d8f

Fix label_encoder

Browse files
Files changed (1) hide show
  1. label_encoder.txt +2 -2
label_encoder.txt CHANGED
@@ -1,5 +1,5 @@
1
- 'clean' => 0
2
- 'noisy' => 1
3
  'corrupt' => 2
4
  'music' => 3
5
  'background' => 4
 
1
+ 'speech' => 0
2
+ 'noisy_speech' => 1
3
  'corrupt' => 2
4
  'music' => 3
5
  'background' => 4