Commit ·
1773b97
1
Parent(s): 78e0d8f
Fix label_encoder
Browse files- label_encoder.txt +2 -2
label_encoder.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
'
|
| 2 |
-
'
|
| 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
|