YuanGongND / ast

Code for the Interspeech 2021 paper "AST: Audio Spectrogram Transformer".
BSD 3-Clause "New" or "Revised" License
1.06k stars 203 forks source link

When I download the pretrained model with stride=16, I need to change `fstride` and `tstride` in the source code from 10 to 16. Besides these changes, what else do I need to adjust? #124

Closed zky-66 closed 3 months ago

zky-66 commented 3 months ago

Hello,author!When I download the pretrained model with stride=16, I need to change fstride and tstride in the source code from 10 to 16. Besides these changes, what else do I need to adjust?