DavidCombei commited on
Commit
2c46d7c
·
verified ·
1 Parent(s): 73212e1

Update retrain_audio.py

Browse files
Files changed (1) hide show
  1. 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
  ------