Skip to content
/ PREPARE Public

Solution to the Acoustic Track of the PREPARE Challenge

License

Notifications You must be signed in to change notification settings

aaalgo/PREPARE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Solution to the Acoustic Track of the PREPARE Challenge

Link to the Challenge

  • mental.py: the core model.
  • train.py: the training script.
  • extract.py: the audio feature extraction script.
  • combine.py: the script to combine prediction and generate submission.

See solution.pdf for details. The code is copied from a working direction and needs to be modified to be runnable. Apply extract.py to preprocess the audio file and generate the features in pickle format. The training script does not save models, but instead saves the predictions. The combine.py script combines the predictions and generates the submission file.

About

Solution to the Acoustic Track of the PREPARE Challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages