fschmid56 / EfficientAT

This repository aims at providing efficient CNNs for Audio Tagging. We provide AudioSet pre-trained models ready for downstream training and extraction of audio embeddings.
MIT License
233 stars 44 forks source link

I want to use the dymn-L model, how can I use it? #34

Closed chartgod closed 6 days ago

chartgod commented 2 weeks ago

I want to use the dymn-L model, how can I use it?

fschmid56 commented 2 weeks ago

Hi @chartgod ! What do you want to use it for? A downstream task or inference?

chartgod commented 1 week ago

inference! Is dymn20_as Dymn-L?

fschmid56 commented 1 week ago

You should be able to simply use this script. An example command is listed in the readme file.

You are correct, "dymn20_as" is DyMN-L from the paper.

Let me know if you encounter any problems.