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

Confusion about regression or classification head #257

Open
samshipengs opened this issue Mar 21, 2024 · 0 comments
Open

Confusion about regression or classification head #257

samshipengs opened this issue Mar 21, 2024 · 0 comments

Comments

@samshipengs
Copy link

This is not a bug but more of a question due to my not-so-clear understanding of TCN or the repo.

Say, I'm trying to classify a time series (non-causal), so it's Many-to-One, for example, given an audio signal, classify what type of bird created the audio.

how should I initialize the TCN class or modify the network?

What I try to do is simply take the last time step of the output, but isn't all the calculation before the last time step all wasted? i.e. the upper left triangle, if my understanding is right. Can't we down-sample the temporal dimension in the encoding phase (like most CNN networks where it gets downsampled towards the end of the layers)?

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

1 participant