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 the Concat and ConcatV2 op #2352

Merged
merged 2 commits into from
Nov 7, 2019
Merged

fix the Concat and ConcatV2 op #2352

merged 2 commits into from
Nov 7, 2019

Conversation

pyu10055
Copy link
Collaborator

@pyu10055 pyu10055 commented Nov 7, 2019

Fix #841
when the input tensor list length mismatch with the attribute param N, this seems to be the result of grappler graph optimization, where a concatV2 op has 7 input tensors when the attribute param N indicates 6. The axis is used as input tensor by mistake.

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


This change is Reviewable

@pyu10055 pyu10055 merged commit ba80c9b into master Nov 7, 2019
@pyu10055 pyu10055 deleted the fix_concat branch November 7, 2019 21:41
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.

Error in concat1D: rank of tensors[2] must be the same as the rank of the rest (1)
3 participants