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

Multivariate Input #2

Open
zwebb2 opened this issue Oct 12, 2022 · 0 comments
Open

Multivariate Input #2

zwebb2 opened this issue Oct 12, 2022 · 0 comments

Comments

@zwebb2
Copy link

zwebb2 commented Oct 12, 2022

Does this implementation support multivariate input? For example, I would like to test a multivariate time series dataset from the UCR database (FingerMovements). This data has a size of (316, 50, 28) which is (batch_size, sequence_length, features).

Does the pytorch implementation support this currently? And if not, what would be needed to add this? I'm thinking a conv2d layer replacing the conv1d is a good place to start, but the kernel size would likely need to match the number of features in one direction - i.e. using all the features and only sliding the conv kernel in the time direction. Let me know if you have any thoughts. Thanks

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