Update retrain_audio.py
Browse files- retrain_audio.py +1 -1
retrain_audio.py
CHANGED
|
@@ -13,7 +13,7 @@ Metadata
|
|
| 13 |
CSV with columns: file_path,label
|
| 14 |
label == 1 -> REAL
|
| 15 |
label == 0 -> FAKE
|
| 16 |
-
(The audio core uses inverted labels: high decision score == real.)
|
| 17 |
|
| 18 |
Output
|
| 19 |
------
|
|
|
|
| 13 |
CSV with columns: file_path,label
|
| 14 |
label == 1 -> REAL
|
| 15 |
label == 0 -> FAKE
|
| 16 |
+
(The audio core uses inverted labels: high decision score == real since the model was developed during the ASVspoof challenge.)
|
| 17 |
|
| 18 |
Output
|
| 19 |
------
|