-
Notifications
You must be signed in to change notification settings - Fork 129
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
Padded sequences? #57
Comments
Hi @drozzy, could you provide a more specific example of what you're trying to do? There are several models in Which |
Maybe my question is wrong. I'm basically working with variable length sequences and I want to do classification using torchdyn. From torchdyn I'm just using something like: |
I am not sure what I was asking. I'll close it and re-open it if I figure it out! |
Just curious if this works with padded sequences?
https://pytorch.org/docs/stable/generated/torch.nn.utils.rnn.pad_sequence.html
I have sequences of variable length and I would like to use torchdyn for classification.
Currently I am doing windowing, but I would rather use padding.
The text was updated successfully, but these errors were encountered: