Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Improve keras 3 detection #2132
Improve keras 3 detection #2132
Changes from all commits
53a209a
4ebec49
6d56e6f
21ad140
219f743
6203623
806a74f
47dee44
b07ffd7
0461f57
7ead828
4883a17
fca1b0c
80930d9
99ad00c
3ec653d
e9da187
8900fc6
064882e
25d07b9
4605bc2
3d78415
042f878
db128d0
c85b988
e27c907
8ac2595
db3ce2a
fcdedeb
7c8b2f9
5c9c517
1de8a29
8d566dc
fdb0dc5
2248682
0f5ec94
9c442c9
b9711aa
c473fe3
ff9ce2b
2834163
7982abd
40fdd1f
4a5dd67
499615b
45685dd
ec9f545
07c6f38
3d44a28
b0317ba
8a0b3ae
1cdc7db
6040a64
e7df7a9
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we importing
tf_ops
twice? Once here and once from the toplevel__init__.py
? Do we need both?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this was added to have tf_ops to be available through
keras_cv.backend.ops.*
instead ofkeras_cv.backend.tf_ops.*