Skip to content

Fix SparseFillEmptyRows output shape bug #5020

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

Merged
merged 1 commit into from
May 3, 2021

Conversation

ahmedsabie
Copy link
Contributor

@ahmedsabie ahmedsabie commented May 3, 2021

The outputIndices tensor returned by SparseFillEmptyRows has the correct data but the shape was incorrect so it is not enough to check that the data is correct in the tests. The PR fixes this issue and adds a test to ensure that it the shape is now correct.

To see the logs from the Cloud Build CI, please join either our discussion or announcement mailing list.


This change is Reviewable

@ahmedsabie ahmedsabie requested review from pyu10055 and lina128 May 3, 2021 02:53
@google-cla google-cla bot added the cla: yes label May 3, 2021
Copy link
Collaborator

@pyu10055 pyu10055 left a comment

Choose a reason for hiding this comment

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

thanks for fixing it, it would be good add description to PR that details the bug, which will help reviewer to understand the issue.

Reviewed 3 of 3 files at r1.
Reviewable status: :shipit: complete! 1 of 1 approvals obtained (waiting on @lina128)

Copy link
Collaborator

@lina128 lina128 left a comment

Choose a reason for hiding this comment

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

LGTM

Reviewable status: :shipit: complete! 2 of 1 approvals obtained

@ahmedsabie ahmedsabie merged commit 1dbe52b into tensorflow:master May 3, 2021
@ahmedsabie ahmedsabie deleted the sparse-fill-bug branch May 3, 2021 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants