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
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?
Hello,author!When I download the pretrained model with stride=16, I need to change
fstride
andtstride
in the source code from 10 to 16. Besides these changes, what else do I need to adjust?