sooftware / conformer

[Unofficial] PyTorch implementation of "Conformer: Convolution-augmented Transformer for Speech Recognition" (INTERSPEECH 2020)
Apache License 2.0
906 stars 173 forks source link

to use conformer for acoustic scenes classification ? #54

Open Noumanijaz744 opened 1 year ago

Noumanijaz744 commented 1 year ago

thanks alot for the great work .can i use the mult-scale features aggregation conformer for acoustic scene classification ?

sooftware commented 1 year ago

Yes. You can add FC layers to the conformer's output and set it to the number of output scenes you want and train.