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

Fix RetinaNet shape issue #2119

Merged

Conversation

tirthasheshpatel
Copy link
Contributor

@tirthasheshpatel tirthasheshpatel commented Oct 27, 2023

What does this PR do?

Fixes #1964

Fix the shape issue reported in #1964. Add the MRE in the issue report as a test.

I also changed all the instances of tensor.shape with ops.shape(tensor) since it's always better to explicitly call ops.shape for the TensorFlow backend.

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.

@sampathweb @mattdangerw

@divyashreepathihalli
Copy link
Collaborator

/gcbrun

@tirthasheshpatel
Copy link
Contributor Author

Thanks for the review @divyashreepathihalli!

@divyashreepathihalli divyashreepathihalli merged commit 937e163 into keras-team:master Nov 3, 2023
9 checks passed
@tirthasheshpatel tirthasheshpatel deleted the retinanet-fix branch November 3, 2023 21:49
yuvraj-wale pushed a commit to yuvraj-wale/keras-cv that referenced this pull request Feb 8, 2024
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.

RetinaNet Encoder Exception - ValueError : None values not supported.
2 participants