Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seq #2

Open
whh07141 opened this issue Apr 8, 2024 · 1 comment
Open

seq #2

whh07141 opened this issue Apr 8, 2024 · 1 comment

Comments

@whh07141
Copy link

whh07141 commented Apr 8, 2024

hi,I want know how to set the T'_i ,I have extract speech representation

@Lhx94As
Copy link
Owner

Lhx94As commented Apr 26, 2024

Hi,

You can have a pre-processing before or during training (torch reshape), by reshaping the features from (T, feat_dim) into the shape like (T/20, 20, feat_dim) and discarding the left frames (e.g., (101, 20) => (5, 20, 20) )

Hope this can help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants