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 a settable property for sequence_length #1437

Merged

Conversation

mattdangerw
Copy link
Member

For all preprocessors, we add a settable sequence length property. This removes a very annoying gotcha with preprocessing, where if you set the preprocessing length after build, it would not be reflected in the actual output length.

@mattdangerw mattdangerw force-pushed the sequence-length-properties branch from 582bb30 to d8faacd Compare February 14, 2024 18:31
For all preprocessors, we add a settable sequence length property. This
removes a very annoying gotcha with preprocessing, where if you
set the preprocessing length after build, it would not be reflected in
the actual output length.
@mattdangerw mattdangerw force-pushed the sequence-length-properties branch from d8faacd to 31e9d39 Compare February 14, 2024 19:59
@mattdangerw mattdangerw requested a review from fchollet February 14, 2024 21:04
Copy link
Collaborator

@fchollet fchollet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@mattdangerw mattdangerw merged commit bc3852f into keras-team:master Feb 14, 2024
9 of 10 checks passed
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

Successfully merging this pull request may close these issues.

2 participants