DS-TDNN icon indicating copy to clipboard operation
DS-TDNN copied to clipboard

Parameter issue

Open 12-zhx opened this issue 2 years ago • 1 comments

Why do you set the value of "T" in the global branch as 200? But length of speech is variable, the value is still 200 in the test phrase.

12-zhx avatar Jun 09 '23 01:06 12-zhx

Although the filter length is fixed, we can easily obtain filters with different resolutions by interpolating to handle the variable-length inputs during inference. A more detailed explanation is provided in Sec. II.B of the arXiv version of the paper.

YChenL avatar Dec 14 '23 12:12 YChenL