-
Notifications
You must be signed in to change notification settings - Fork 328
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 CI Test for Basnet OOM and PyCoCo Test Failure for JAX #2322
Merged
tirthasheshpatel
merged 5 commits into
keras-team:master
from
sampathweb:fix-ci-test-basnet
Jan 30, 2024
Merged
Fix CI Test for Basnet OOM and PyCoCo Test Failure for JAX #2322
tirthasheshpatel
merged 5 commits into
keras-team:master
from
sampathweb:fix-ci-test-basnet
Jan 30, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sampathweb
changed the title
Fix CI Test for Basnet OOM
Fix CI Test for Basnet OOM and PyCoCo Test Failure for JAX
Jan 30, 2024
sampathweb
changed the title
Fix CI Test for Basnet OOM and PyCoCo Test Failure for JAX
[WIP] Fix CI Test for Basnet OOM and PyCoCo Test Failure for JAX
Jan 30, 2024
sampathweb
force-pushed
the
fix-ci-test-basnet
branch
from
January 30, 2024 19:09
197b43b
to
126cbd1
Compare
sampathweb
changed the title
[WIP] Fix CI Test for Basnet OOM and PyCoCo Test Failure for JAX
Fix CI Test for Basnet OOM and PyCoCo Test Failure for JAX
Jan 30, 2024
tirthasheshpatel
approved these changes
Jan 30, 2024
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.
Looks good, let's tackle the tensorflow error in a follow-up. It was failing for SegFormer
before but now fails with DeepLabV3
. Pretty sure it's an OOM but PyTest's multi-threading is getting in the way of TensorFlow's exception handling.
sampathweb
added a commit
that referenced
this pull request
Jan 31, 2024
sampathweb
added a commit
that referenced
this pull request
Jan 31, 2024
* Move keras-cv markdown files to toplevel (#2291) Keras, KerasNLP and KerasTuner all store things liek the CONTRIBUTING.md in the toplevel of the repo. We should do the same here. * Add `version()` API to unify with Keras and KerasNLP (#2199) * Unify `version` API with keras and keras_nlp * Formatting * Update to keep `version` parity with KerasNLP, support nightly version string * Update version_utils.py * Update version_utils.py * Update random_crop_and_zoom.py (#2294) * Update random_crop_and_zoom.py * Update description * rename file * bug fix (#2303) * Add BASNet Segmentation Model (#2006) (#2271) * BASNet model initial code structure * adding test and initial preset details * adding comments * cleaning and formatting code * keras 3 support added * disabling preset test for BASNet * Fix image.shape type (#2305) Fixed image.shape issue for tensorflow backend * Create workflow for auto assignment of issues and for stale issues (#2313) * Create auto-assignment.yaml * Create auto-assignment.js * Create stale-issue-pr.yaml * Rename auto-assignment.yaml to auto-assignment.yml * Rename stale-issue-pr.yaml to stale-issue-pr.yml * Fix format and Update Vectorized Base (#2323) * Fix CI Test for Basnet OOM and PyCoCo Test Failure for JAX (#2322) * Reduce memory consumption for BasNet tests (#2325) --------- Co-authored-by: Matt Watson <1389937 [email protected]> Co-authored-by: Gabriel Rasskin <43894452 [email protected]> Co-authored-by: Sachin Prasad <[email protected]> Co-authored-by: Haifeng Jin <5476582 [email protected]> Co-authored-by: Hamid Ali <[email protected]> Co-authored-by: Tirth Patel <[email protected]>
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
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.
TensorFlow tests are failing for unrelated issues - see #2321.