-
Notifications
You must be signed in to change notification settings - Fork 11
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
[Feature] optional explicit frame size for inputs #124
Comments
This seems like a bit of an anti-pattern to me. Is the use-case here for fully connected models that don't support variable-length inputs? My hesitation for supporting that would be that the transformers can't guarantee durations of inputs, and have no built-in mechanism for trimming. Samplers do have such a mechanism though, so maybe it's ok? |
Yes it is. It came up in an autoencoder where I was getting The general usecase would be if we're using a sampler with a fixed size ( |
Sorry to lag on this, but I do think it could be a useful feature in some form. I'd like to think a bit more about the right API for it though, and probably collect a couple of example use-cases before committing to anything. |
Description
Pumps should be able to set a fixed frame size for inputs
The text was updated successfully, but these errors were encountered: