YuanGongND / ast

Code for the Interspeech 2021 paper "AST: Audio Spectrogram Transformer".
BSD 3-Clause "New" or "Revised" License
1.17k stars 221 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 8 months ago

zky-66 commented 8 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?