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

rename ConvLSTM to ConvLSTMCell #2767

Merged
merged 1 commit into from
Jan 24, 2023

Conversation

cgarciae
Copy link
Collaborator

@cgarciae cgarciae commented Jan 3, 2023

What does this PR do?

Renames ConvLSTM to ConvLSTMCell for consistency. Since we are going to add full layers like RNN and CudnnLSTM in the near future, its imporant to be able to properly distinguish between cells and layers.

@cgarciae cgarciae requested a review from bastings January 4, 2023 17:22
@cgarciae cgarciae self-assigned this Jan 4, 2023
Copy link
Contributor

@bastings bastings left a comment

Choose a reason for hiding this comment

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

Thanks, makes sense! Are we ok with a breaking change?

@cgarciae
Copy link
Collaborator Author

@bastings Marc was looking through the internal code base and it seems the issue is not that hard to solve, just changing a couple names. Wondering if you could help me do this in the CL? 🙏

For OSS users we can bump the Flax version to 0.7.0.

@copybara-service copybara-service bot merged commit a0a57eb into google:main Jan 24, 2023
@cgarciae cgarciae mentioned this pull request Feb 22, 2023
@carlosgmartin
Copy link
Contributor

@cgarciae Is it just me or is ConvLSTMCell missing from the docs?

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

Successfully merging this pull request may close these issues.

3 participants