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 nms layer in mixed precision #844

Merged
merged 8 commits into from
Oct 30, 2023
Merged

Conversation

elad-c
Copy link
Collaborator

@elad-c elad-c commented Oct 29, 2023

This PR fixes an issue with tf.image.combined_non_max_suppression. the output of that layer is neither a Tensor or a list of Tensors, which fails the MCT in MixedPrecision. The PR excludes this layer from the MixedPrecision interesrt points.

Copy link
Collaborator

@ofirgo ofirgo left a comment

Choose a reason for hiding this comment

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

In addition, maybe add to the PR commit a sentence regarding the new test package

@elad-c elad-c merged commit df2e499 into main Oct 30, 2023
23 checks passed
@elad-c elad-c deleted the fix_nms_layer_in_mixed_precision branch October 30, 2023 09:07
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.

2 participants