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

Training on variable-length sequences #65

Open
abedidev opened this issue Jun 26, 2021 · 1 comment
Open

Training on variable-length sequences #65

abedidev opened this issue Jun 26, 2021 · 1 comment

Comments

@abedidev
Copy link

abedidev commented Jun 26, 2021

Is there any way to handle variable-length sequences and train TCN models on them (the LSTM in PyTorch and also the Keras implementation of TCN can handle variable-length sequences)?

@jacobf18
Copy link

jacobf18 commented Jul 6, 2021

Outside of TCN, you can try Dynamic Time Warping to make the sequences the same length.

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