Skip to content

MichaelLynn1996/AAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AAT: ADAPTING AUDIO TRANSFORMER FOR VARIOUS ACOUSTICS RECOGNITION TASKS

Introduction

This repository contains the official implementation (in PyTorch) of the AAT: ADAPTING AUDIO TRANSFORMER FOR VARIOUS ACOUSTICS RECOGNITION TASKS submitted to the ICASSP 2024.

Key Files

  • The model is implemented in ./src/models/ast_models.py. You may refer to it on how to apply AAT to your model.
  • The recipes are in tasks/[esc50, speechcommands, speechcommandsv1, gtzan, openmic, urbansound8k]/run_xx.sh, when you run run_xx.sh, it will call /src/run.py, which will then call /src/dataloader.py and /src/traintest.py, which will then call /src/models/ast_models.py.

Acknowledgement

Thanks YuanGongND for providing such an amazing training pipline. When the paper is accepted, we will further complete this README.

Contact

If you have a question, please bring up an issue (preferred) or send me an email [email protected].

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published