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

Add possibility for tensors with 'preferred' dimensions #11

Open
michi42 opened this issue Oct 19, 2016 · 0 comments
Open

Add possibility for tensors with 'preferred' dimensions #11

michi42 opened this issue Oct 19, 2016 · 0 comments

Comments

@michi42
Copy link
Member

michi42 commented Oct 19, 2016

E.g. for long time series, which you know you're not going to slice them in the time dimension. With the current API, this creates huge tensors which are rather slow to process. One could imagine to have e.g. a small tensor (for the other dimensions) of collections/lists (for a 'preferred' dimension, e.g. time).

tensorics-ext-cern CircularBufferTensorbacked uses a similar approach, but has to flatten down to a regular tensor eventually...

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

No branches or pull requests

1 participant