You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The window function for fbank feature here is default setting of torchaudio.compliance.kaldi.fbank, which seems to be povey window. However, the fbank window function in the deployment code here is hamming window. Do you have any empirical results on the influence of this? Will it cause a performance drop? Thanks for your help!
The text was updated successfully, but these errors were encountered:
The window function for fbank feature here is default setting of
torchaudio.compliance.kaldi.fbank
, which seems to be povey window. However, the fbank window function in the deployment code here is hamming window. Do you have any empirical results on the influence of this? Will it cause a performance drop? Thanks for your help!The text was updated successfully, but these errors were encountered: