-
Notifications
You must be signed in to change notification settings - Fork 330
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 Incorrect Default Parameters in NoiseScheduler for StableDiffusion #2065
base: master
Are you sure you want to change the base?
Fix Incorrect Default Parameters in NoiseScheduler for StableDiffusion #2065
Commits on Sep 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 11a0913 - Browse repository at this point
Copy the full SHA 11a0913View commit details
Commits on Feb 8, 2024
-
Fix some imports in KerasCV that are invalid with Namex (keras-team#2064
Configuration menu - View commit details
-
Copy full SHA for 5b3ad08 - Browse repository at this point
Copy the full SHA 5b3ad08View commit details -
Update version to 0.6.3 (keras-team#2066)
We need to cut a release to get the namex fixes deployed.
Configuration menu - View commit details
-
Copy full SHA for c4c0710 - Browse repository at this point
Copy the full SHA c4c0710View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3400e8 - Browse repository at this point
Copy the full SHA e3400e8View commit details -
Update version to 0.6.4 (keras-team#2069)
Need to cut another minor release for bugfix.
Configuration menu - View commit details
-
Copy full SHA for f81780e - Browse repository at this point
Copy the full SHA f81780eView commit details -
Update the comment of the
num_classes
parameter of deeplab v3 (kera……s-team#2071) * Update deeplab_v3_plus.py Update the comment of the `num_classes`parameter which contains the background class and the classes from the data. * Update deeplab_v3_plus_test.py Update the tests following the updating of 'num_classes' parameter (now including the background class)
Configuration menu - View commit details
-
Copy full SHA for 69c4152 - Browse repository at this point
Copy the full SHA 69c4152View commit details -
Set read-only tokens for all workflows (keras-team#2075)
Signed-off-by: Pedro Kaj Kjellerup Nacht <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0c1f88 - Browse repository at this point
Copy the full SHA f0c1f88View commit details -
Add the Segment Anything Model to KerasCV (keras-team#1987)
* Start adding components for the segment anything model * SAMLayerNormalization -> keras.layers.LayerNormalization They both behave exactly the same when moving_mean and moving_variance are None and epsilon is 1e-6 * Move the image encoder to detectron2 backbone and fix for tf.keras backend * Address review comments and address saving bug - Use `keras_cv.export_api.keras_cv_export` instead of `keras.saving.register_keras_serializable`. - Add a `SerializableSequential` class to address the saving bug with the `Sequential` model. - Push the helper functions in `keras_cv/layers/detectron2_layers.py` to the bottom of the file. - Add the detectron2 layers to the `keras_cv/layers/__init__.py` file. - Add a test for the `ViTDetPatchingAndEmbedding` layer. * Make the backbone functional; unite MLP and MLPBlock * Address David's review comments * Add SAM Task model; make MaskDecoder and PromptEncoder XLA compatible * Remove a stray file * Add docs for the Task model * Add more references [skip ci] * Remove SerializableSequential layer * detectron2 -> vit_det; add SAM presets; fix ViTDet presets * Increse test tolerence for GCB Run
Configuration menu - View commit details
-
Copy full SHA for 227c5b5 - Browse repository at this point
Copy the full SHA 227c5b5View commit details -
Export SD submodels (keras-team#2080)
* Export SD submodels * Remove empty folder
Configuration menu - View commit details
-
Copy full SHA for 2c614d3 - Browse repository at this point
Copy the full SHA 2c614d3View commit details -
adding deeplab_v3_plus_presets (keras-team#2051)
* adding deeplab_v3_plus_presets * update formatting * fixed error * reformatted * fix errors * added num_classses arg * add input_shape arg * update test * update input_shape * updated preset * update test * move update to from_preset to task.py * reformatted code * updated doc string * Update assert * Update deeplab_v3_plus_test.py test * Update task.py * Update deeplab_v3_plus_test.py * Update deeplab_v3_plus_test.py
Configuration menu - View commit details
-
Copy full SHA for 81ed5a7 - Browse repository at this point
Copy the full SHA 81ed5a7View commit details -
[Yolov8 detector] Fix example in docstring (keras-team#2082)
* fix example in docstring * review comments
Configuration menu - View commit details
-
Copy full SHA for 36368bb - Browse repository at this point
Copy the full SHA 36368bbView commit details -
Bump python version requirement to 3.9 (keras-team#2079)
* Bump python version requirement to 3.9 Keras-core now requires at least 3.9, and tf 2.14 (out imminently) will require 3.9 as well. We should follow suit for cv/nlp. * Fix build errors with new keras-core version * Update devcontainer to 3.9
Configuration menu - View commit details
-
Copy full SHA for d389a9e - Browse repository at this point
Copy the full SHA d389a9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 896102d - Browse repository at this point
Copy the full SHA 896102dView commit details -
Use "masks" and "boxes" as prompt keys for SAM (keras-team#2084)
* Use "masks" and "boxes" as prompt keys for SAM * Fix tests
Configuration menu - View commit details
-
Copy full SHA for 09d9fbb - Browse repository at this point
Copy the full SHA 09d9fbbView commit details -
Support partial prompting in SAM (keras-team#2085)
* Use "masks" and "boxes" as prompt keys for SAM * Fix tests * Support missing prompts for SAM * Update docstrings * Review fix * Fix partial prompting for top-level model
Configuration menu - View commit details
-
Copy full SHA for 492bb40 - Browse repository at this point
Copy the full SHA 492bb40View commit details -
Explicitly specify full package for more modules, as shown in keras-t…
…eam#2001 (keras-team#2077) * Test to demonstrate failures in import * Explicitly specify full package for more modules, as shown in keras-team#2001
Configuration menu - View commit details
-
Copy full SHA for 2ef46ee - Browse repository at this point
Copy the full SHA 2ef46eeView commit details -
Update VITDet to conform to KerasCV scaling standards (keras-team#2086)
* Update VITDet to conform to KerasCV scaling standards * dtype fix
Configuration menu - View commit details
-
Copy full SHA for bec2706 - Browse repository at this point
Copy the full SHA bec2706View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3feef5b - Browse repository at this point
Copy the full SHA 3feef5bView commit details -
Support importing Keras3 as Keras instead of Keras Core (keras-team#2089
Configuration menu - View commit details
-
Copy full SHA for ff4f3c1 - Browse repository at this point
Copy the full SHA ff4f3c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b7cfee - Browse repository at this point
Copy the full SHA 5b7cfeeView commit details -
Export task models as both models.task.Model and models.Model (keras-…
…team#2093) * Export task models as both models.task.Model and models.Model * Same for ImageClassifier
Configuration menu - View commit details
-
Copy full SHA for 03cebe6 - Browse repository at this point
Copy the full SHA 03cebe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22e4ec8 - Browse repository at this point
Copy the full SHA 22e4ec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bf0c43 - Browse repository at this point
Copy the full SHA 4bf0c43View commit details -
Doc updates to switch branding to Keras 3 (keras-team#2092)
* Update README * Fix imports in docs * Update keras import instructions
Configuration menu - View commit details
-
Copy full SHA for d443f69 - Browse repository at this point
Copy the full SHA d443f69View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa820bb - Browse repository at this point
Copy the full SHA aa820bbView commit details -
Fix decoding of LabelEncoder for RetinaNet (keras-team#2099)
* Fix decoding of LabelEncoder for RetinaNet * Deserialize prediction decoder
Configuration menu - View commit details
-
Copy full SHA for 6b5ebd7 - Browse repository at this point
Copy the full SHA 6b5ebd7View commit details -
Use the proper title for example (keras-team#2109)
Otherwise it won't be rendered correctly by the [`TFKerasDocumentationGenerator`](https://github.com/keras-team/keras-io/blob/fc340b9989cdf17fba44e66efa22758afad39b87/scripts/docstrings.py#L27-L28)
Configuration menu - View commit details
-
Copy full SHA for a59fb9b - Browse repository at this point
Copy the full SHA a59fb9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffa6c81 - Browse repository at this point
Copy the full SHA ffa6c81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0618031 - Browse repository at this point
Copy the full SHA 0618031View commit details -
Configuration menu - View commit details
-
Copy full SHA for c56f69c - Browse repository at this point
Copy the full SHA c56f69cView commit details -
Fix the issue (keras-team#2102): Add cast to float32 from float16 int…
…o Stable Diffusion (keras-team#2124)
Configuration menu - View commit details
-
Copy full SHA for 3c65de6 - Browse repository at this point
Copy the full SHA 3c65de6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef7a360 - Browse repository at this point
Copy the full SHA ef7a360View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1df146c - Browse repository at this point
Copy the full SHA 1df146cView commit details -
update keras-cv json file name (keras-team#2128)
* update keras-cv json file name * removed z which was a mistake
Configuration menu - View commit details
-
Copy full SHA for c10fd37 - Browse repository at this point
Copy the full SHA c10fd37View commit details -
Improve keras 3 detection (keras-team#2132)
* improve keras 3 detection * update __init__ * update config * update config to update multibackend flag * updated spelling error * updatconfig * update tf_ops * update tf -ops * update tf ops * undo last commit * update tf_ops.py * reformat * update init() * update minor error in tf ops * remove check for keras 3 * revert changes to tf_ops * disable layers using internal base random layer * update syntax error * update imports in keras version check layer * update init method in keras version check * add seed argument * rasie error in class itself * update constructor * update to import directly from layers * update import in base image augmenattion layer * change import sin tf_ops * update tf ops import * change init * update tf_ops * update backend functions * keras.src * update namespace * update namescope correctly * code reformat * reformat and add backend functions * modified ops import * reformat * update ops * update backend * update ops * code reformatted * update import * update imports in ops * update error message * review changes added * update keras imports * update imports * update imports * update import in random.py * add issues link * code reformat * code reformat * review comments addressed * code reformat
Configuration menu - View commit details
-
Copy full SHA for 43eefe7 - Browse repository at this point
Copy the full SHA 43eefe7View commit details -
Fix Segment Anything Model saving bug (keras-team#2138)
* Fix Segment Anything Model saving bug * Use keras iitializers for Keras2/3/ compatibility
Configuration menu - View commit details
-
Copy full SHA for 8a2939a - Browse repository at this point
Copy the full SHA 8a2939aView commit details -
Adds Nightly package for
keras-cv
(keras-team#2139)* Add Nightly package * update version
Configuration menu - View commit details
-
Copy full SHA for e7304f4 - Browse repository at this point
Copy the full SHA e7304f4View commit details -
Set a security policy (keras-team#2142)
* Add security policy Signed-off-by: Pedro Kaj Kjellerup Nacht <[email protected]> * Only use private vuln report Signed-off-by: Pedro Kaj Kjellerup Nacht <[email protected]> --------- Signed-off-by: Pedro Kaj Kjellerup Nacht <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3f846c - Browse repository at this point
Copy the full SHA e3f846cView commit details -
add Random ops shim (keras-team#2145)
* add Random ops shim * update random opss * handle None case * change seed handeling * undo changes * undo changes * undo * update int_seed * change int to init * update init_seed everywhere * add kwargs * undo bial * code reformat * remove dtype
Configuration menu - View commit details
-
Copy full SHA for e87289b - Browse repository at this point
Copy the full SHA e87289bView commit details -
Replace
RandomGenerator
withSeedGenerator
(keras-team#2150)* upload updated aug layers * reformat and resolve error * add more layers * add aug_mix * code reformat * add few more layers * add more layers * add more layers# * add more layers * correct errors# * remove force generator * Update aug layers (keras-team#2147) * Replace random_generator * Replace random_genereator * resolve dropblock error * update base_augmentation_layer_3d and all subclasses * fix random inversion test * Fix format and tests * Fix Keras 2 tests with Seed Gen --------- Co-authored-by: divyashreepathihalli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b694d2 - Browse repository at this point
Copy the full SHA 1b694d2View commit details -
Revert "Replace
RandomGenerator
withSeedGenerator
(keras-team#2150……)" (keras-team#2161) This reverts commit 365a675.
Configuration menu - View commit details
-
Copy full SHA for 9292d08 - Browse repository at this point
Copy the full SHA 9292d08View commit details -
Keras 3 compatibility (keras-team#2170)
* Tf generator changes (keras-team#2168) * Keras3 tests (keras-team#2152) * Update requirements for Keras 3 * Update Requirements * Update Requirements * Add randint for keras3 compatibility * remove force generator * fix few tests * fix tests * fix more tests * Update actions.yml * Tf generator changes (keras-team#2162) * Keras3 tests (keras-team#2152) * Update requirements for Keras 3 * Update Requirements * Update Requirements * Add randint for keras3 compatibility * remove force generator * fix few tests * fix tests * fix more tests * Revert "Replace `RandomGenerator` with `SeedGenerator` (keras-team#2150)" (keras-team#2161) This reverts commit 365a675. * Update actions.yml --------- Co-authored-by: Ramesh Sampath <[email protected]> * updates to rescaling * fix import * code reformat * namescope * update name_scope * correct ops.random * update base aug layer * code reformat * skip rand_augment test * disable random shear test * skip test * update import * fix format and base layer * ads smart resize * undo last commit * smart_resize update * update imports * correct shameful spelling mistake * update resizing * update resizing * update imports * disable ragged tensor test * skip tests * change back translation and zoom test * revert test changes * update * skip repeated augmentation tests * disable random shear test * code reformat * remove legacy_seed * code reformat * revert updates to tests * update tests * fix mock test --------- Co-authored-by: Ramesh Sampath <[email protected]> * Skip keras 3 incompatible layers (keras-team#2169) * Update requirements.txt * disable flaky test * code reformat * fixes tests on coco metric and serialization * code reformat * Skip test on RandAugment * Skip test on RandAugment --------- Co-authored-by: Ramesh Sampath <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dabdddf - Browse repository at this point
Copy the full SHA dabdddfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d75dc2f - Browse repository at this point
Copy the full SHA d75dc2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bfaeab - Browse repository at this point
Copy the full SHA 7bfaeabView commit details -
fix shapes error if images was a list. (keras-team#2173)
* fix shapes error if images was a list. * fix tuple error * revert previous commit
Configuration menu - View commit details
-
Copy full SHA for bcb6c0f - Browse repository at this point
Copy the full SHA bcb6c0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf2b9bb - Browse repository at this point
Copy the full SHA cf2b9bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa9c83f - Browse repository at this point
Copy the full SHA aa9c83fView commit details -
fix model None error (keras-team#2176)
* Update pycoco_callback.py * Update waymo_evaluation_callback.py
Configuration menu - View commit details
-
Copy full SHA for ac757cd - Browse repository at this point
Copy the full SHA ac757cdView commit details -
update version error (keras-team#2175)
* update error message for tensorflow module not found * code reformatted
Configuration menu - View commit details
-
Copy full SHA for 65078f7 - Browse repository at this point
Copy the full SHA 65078f7View commit details -
Fixes Saving Format related test failures for Keras 3 (keras-team#2180)
* Deprecate keras_v3 save format for Keras3 * Deprecate keras_v3 save format for Keras3 * Deprecate keras_v3 save format for Keras3
Configuration menu - View commit details
-
Copy full SHA for 61b91d7 - Browse repository at this point
Copy the full SHA 61b91d7View commit details -
convert to tensor before smart resize (keras-team#2184)
* convert to tensor before smart resize * use tf-ops for smart_resize * use tf-ops for smart_resize
Configuration menu - View commit details
-
Copy full SHA for e74881a - Browse repository at this point
Copy the full SHA e74881aView commit details -
Fix Keras 3 version check (keras-team#2191)
* Fix Keras 3 version check * Fix Keras 3 version check * Fix Keras 3 version check * Raise error if Keras is not compatible with TF
Configuration menu - View commit details
-
Copy full SHA for 8bf0ec9 - Browse repository at this point
Copy the full SHA 8bf0ec9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87cae5d - Browse repository at this point
Copy the full SHA 87cae5dView commit details -
Fix bug when upranking passthrough inputs to RandAugment (keras-team#…
…2194) - RandAugment sometimes will choose a "no augmentation" option and passthrough inputs unaltered. - Preprocessing normalization routines were not making copies of inputs and sometimes mutating layer input directly (mutating the input dict to cast dtypes and uprank tensors). - RandAugment under the passthrough option would return these inputs directly. The net effect was sometimes attempting to uprank during a passthrough call, breaking tf.map_fn
Configuration menu - View commit details
-
Copy full SHA for c1b3eb6 - Browse repository at this point
Copy the full SHA c1b3eb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cac8e6 - Browse repository at this point
Copy the full SHA 9cac8e6View commit details -
Simplify running KerasCV with Keras 3 (keras-team#2179)
* remove keras_core dependency * update init * update readme * fix model None error (keras-team#2176) (keras-team#2177) * Update pycoco_callback.py * Update waymo_evaluation_callback.py * fix model None error (keras-team#2176) (keras-team#2178) * Update pycoco_callback.py * Update waymo_evaluation_callback.py * update readme and conftest * update readme * update citation list * fix mix transformer tests * fix lint error * fix all failing tests
Configuration menu - View commit details
-
Copy full SHA for ec8a11b - Browse repository at this point
Copy the full SHA ec8a11bView commit details -
Fix dtype support for SegmentAnythingModel (keras-team#2207)
* Fix dtype support for SAM * Update keras_cv/models/segmentation/segment_anything/sam_test.py * Fix Keras 2 failures * Fix F401 lint error; remove unused import
Configuration menu - View commit details
-
Copy full SHA for 6969be1 - Browse repository at this point
Copy the full SHA 6969be1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 426f123 - Browse repository at this point
Copy the full SHA 426f123View commit details -
Fix SegFormer Presets (keras-team#2222)
* Fix segformer presets * Add extra SegFormer tests * Change flow, add backbone presets to SegFormer presets * Fix small formatting issue
Configuration menu - View commit details
-
Copy full SHA for 6566c33 - Browse repository at this point
Copy the full SHA 6566c33View commit details -
Update README.md (keras-team#2223)
* Update README.md * Update README.md * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 05d37ec - Browse repository at this point
Copy the full SHA 05d37ecView commit details -
Adds Kokoro GPU Tests (keras-team#2224)
* Adds Kokoro tests * Add Kokoro Tests
Configuration menu - View commit details
-
Copy full SHA for eb9dbe2 - Browse repository at this point
Copy the full SHA eb9dbe2View commit details -
Update random_cutout.py to be a subclass of VectorizedBaseImageAugmen…
…tationLayer (keras-team#2123) * Update random_cutout.py Make RandomCutout a subclass of VectorizedBaseImageAugmentationLayer * Fix RandomCutout for ragged inputs * Fix typo and style
Configuration menu - View commit details
-
Copy full SHA for b91d4a7 - Browse repository at this point
Copy the full SHA b91d4a7View commit details -
Vectorized implementation of RandomColorDegeneration and Equalization…
… preprocessing layers (keras-team#2214) * Vectorize RandomColorDegeneration * Vectorize Equalization * Vectorize Equalization * Fix Equalization for ragged input
Configuration menu - View commit details
-
Copy full SHA for 105b535 - Browse repository at this point
Copy the full SHA 105b535View commit details -
Fix the issue(keras-team#2195): Improve readability and comprehensibi…
…lity of Stable Diffusion source (keras-team#2197)
Configuration menu - View commit details
-
Copy full SHA for c332456 - Browse repository at this point
Copy the full SHA c332456View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b7a89b - Browse repository at this point
Copy the full SHA 1b7a89bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 276944b - Browse repository at this point
Copy the full SHA 276944bView commit details -
Change reference of SeedGen and Serialization (keras-team#2241)
* Change reference of SeedGen and Serialization * Change reference of SeedGen and Serialization * Change reference of SeedGen and Serialization
Configuration menu - View commit details
-
Copy full SHA for 40dbf7c - Browse repository at this point
Copy the full SHA 40dbf7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9800b4c - Browse repository at this point
Copy the full SHA 9800b4cView commit details -
Fixes GPU Tests - JAX, PyTorch and some failures for Keras2 (keras-te…
…am#2243) * Convert init_seed to int * Use keras 3 seed gen when applicable * Use keras 3 seed gen when applicable * Fixes PyTorch Tests * Fixes Keras2 DeepLap Tests * Fixes PyTorch Tests * Fixes PyTorch Tests * Fixes Keras2 Tests * Fix spatial pyramid layer
Configuration menu - View commit details
-
Copy full SHA for a718231 - Browse repository at this point
Copy the full SHA a718231View commit details -
Update Random to Stateless - Disables Stable Diffussion tests (keras-…
…team#2245) * Update Random to Stateless * For keras3, used the passed seed * Disable Deeplab V3 tests for Keras2 * Disable StableDiffusion golden value test * Disable StableDiffusion golden value test
Configuration menu - View commit details
-
Copy full SHA for a02ae0e - Browse repository at this point
Copy the full SHA a02ae0eView commit details -
Support non-tensorflow backends in KerasCV's preprocessing layers (ke…
…ras-team#2240) * Support non-TF backends in KerasCV's preprocessing layers * Fix failing PyTorch tests on GPU * ops.convert_to_tensor -> ops.convert_to_numpy * Fix remaining instances * More torch failures * Remove unrelated change
Configuration menu - View commit details
-
Copy full SHA for 74ef6b1 - Browse repository at this point
Copy the full SHA 74ef6b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2841f2 - Browse repository at this point
Copy the full SHA c2841f2View commit details -
Fix drop block (keras-team#2250)
* fix keras-team#2134 * make drop_block_2d keras 3 compatible * update get_config
Configuration menu - View commit details
-
Copy full SHA for 8dcaad2 - Browse repository at this point
Copy the full SHA 8dcaad2View commit details -
fix 3d preprocessing layer (keras-team#2252)
* fix 3d preprocessing layer * disable input format test * skip format test * code reformat
Configuration menu - View commit details
-
Copy full SHA for cf93cc7 - Browse repository at this point
Copy the full SHA cf93cc7View commit details -
Fixing conversion of box formats on the original boxes (keras-team#2213)
* chore: copy the original boxes and apply convert format * chore: renaming variable
Configuration menu - View commit details
-
Copy full SHA for ac2e0f2 - Browse repository at this point
Copy the full SHA ac2e0f2View commit details -
Add dependabot to update GitHub Actions and Python dependencies (kera…
…s-team#2259) * Add dependabot to monitor GHA and Python Signed-off-by: Pedro Kaj Kjellerup Nacht <[email protected]> * Bump GitHub Actions to latest versions Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3` | `4` | | [actions/setup-python](https://github.com/actions/setup-python) | `4` | `5` | | [actions/cache](https://github.com/actions/cache) | `2` | `3` | | [DoozyX/clang-format-lint-action](https://github.com/doozyx/clang-format-lint-action) | `0.14` | `0.17` | | [devcontainers/ci](https://github.com/devcontainers/ci) | `0.2` | `0.3` | Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) Updates `actions/setup-python` from 4 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) Updates `actions/cache` from 2 to 3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v3) Updates `DoozyX/clang-format-lint-action` from 0.14 to 0.17 - [Release notes](https://github.com/doozyx/clang-format-lint-action/releases) - [Commits](DoozyX/clang-format-lint-action@v0.14...v0.17) Updates `devcontainers/ci` from 0.2 to 0.3 - [Release notes](https://github.com/devcontainers/ci/releases) - [Commits](devcontainers/ci@v0.2...v0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: DoozyX/clang-format-lint-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: devcontainers/ci dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump Python dependencies to latest versions Bumps the python group with 4 updates: [tf-nightly-cpu](https://github.com/tensorflow/tensorflow), torch, torchvision and [tf-nightly[and-cuda]](https://github.com/tensorflow/tensorflow). Updates `tf-nightly-cpu` from 2.16.0.dev20231109 to 2.16.0.dev20231221 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/commits) Updates `torch` from 2.1.0 to 2.1.2+cu118 Updates `torchvision` from 0.16.0 to 0.16.2+cu118 Updates `tf-nightly[and-cuda]` from 2.16.0.dev20231109 to 2.16.0.dev20231221 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/commits) --- updated-dependencies: - dependency-name: tf-nightly-cpu dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: torchvision dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: tf-nightly[and-cuda] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: Pedro Kaj Kjellerup Nacht <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b68995c - Browse repository at this point
Copy the full SHA b68995cView commit details -
Remove cloudbuild config (keras-team#2260)
We have switched to a different method for gpu testing.
Configuration menu - View commit details
-
Copy full SHA for 7e8476d - Browse repository at this point
Copy the full SHA 7e8476dView commit details -
align pip_build with keras (keras-team#2256)
* align pip_build with keras * align pip_build with keras
Configuration menu - View commit details
-
Copy full SHA for 212388b - Browse repository at this point
Copy the full SHA 212388bView commit details -
Adapt KerasCV for Kaggle integration with new preset format (keras-te…
…am#2200) * Adapt KerasCV to new preset logic * Add new preset logic to task, add segmentation example to test * Add updated Kaggle link handling * Fix backbone preset functionality in Task * Change to subclassing check for backbone in task
Configuration menu - View commit details
-
Copy full SHA for 4ce3172 - Browse repository at this point
Copy the full SHA 4ce3172View commit details -
Add Kaggle preset conversion upload script (keras-team#2205)
* Add preset conversion upload script * Fix formatting
Configuration menu - View commit details
-
Copy full SHA for 463a3b4 - Browse repository at this point
Copy the full SHA 463a3b4View commit details -
Switch all available presets to Kaggle format (keras-team#2206)
* Change preset configs to Kaggle hangles * Remove legacy from_preset * Convert all remaining model presets to Kaggle handle * Convert last remaining presets to Kaggle handle * Add kaggle handle checking for task class * Add flag checking * Add alias subclass checking * Add input shape config override * Fix formatting * Update config for CenterPillarBackbone * Ensure that preset with weights defaults to loading weights * Fix formatting issues * Comment out preset conversion script * Convert preset script to functions * Address preset checking comments, update utils_test.py * Ensure subclass and alias checking * Change weights check * Update presets script * Change load_weights check * Add more models to preset conversion * Remaining models to preset conversion script * Add comments on load_weights behavior * Remove useless comment
Configuration menu - View commit details
-
Copy full SHA for 2cf4902 - Browse repository at this point
Copy the full SHA 2cf4902View commit details -
Update conversion script to fix model naming (keras-team#2221)
* Update conversion script to specify name for models * Add kwargs argument
Configuration menu - View commit details
-
Copy full SHA for aa894ec - Browse repository at this point
Copy the full SHA aa894ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 827fc02 - Browse repository at this point
Copy the full SHA 827fc02View commit details -
Add clearer errors for preset methods (keras-team#2220)
* Add clearer errors for preset methods * Formatting fixes
Configuration menu - View commit details
-
Copy full SHA for 111cb98 - Browse repository at this point
Copy the full SHA 111cb98View commit details -
Update segformer_presets with backbone import (fix merge) (keras-team…
…#2225) * Update segformer_presets with backbone import * Update format.
Configuration menu - View commit details
-
Copy full SHA for 9cd8d7f - Browse repository at this point
Copy the full SHA 9cd8d7fView commit details -
Switch presets to final Kaggle location (keras-team#2216)
* Convert initial kaggle handles * Add Vision transformer kaggle switch * Add kagglehub requirement and auth, fix formatting * Special case input shape arg * Add kaggle username and key to CI * Add kaggle authentication to Keras 2 actions * Add test line * Add an extra space * Fix input shape build on load_preset * Fix format issues
Configuration menu - View commit details
-
Copy full SHA for 5e9d9fc - Browse repository at this point
Copy the full SHA 5e9d9fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e53d2f - Browse repository at this point
Copy the full SHA 6e53d2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fce2118 - Browse repository at this point
Copy the full SHA fce2118View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ba2e74 - Browse repository at this point
Copy the full SHA 9ba2e74View commit details -
Update
load_weights
for Keras 2 compatibility (keras-team#2235)* Update SegFormer preset tests to remove input_shape arg * Add fix for saving compatibility with Keras 2, fix formatting
Configuration menu - View commit details
-
Copy full SHA for 398b22b - Browse repository at this point
Copy the full SHA 398b22bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e2a82c - Browse repository at this point
Copy the full SHA 9e2a82cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61dc1a9 - Browse repository at this point
Copy the full SHA 61dc1a9View commit details -
Backwards compatibility fixes for Keras <=2.15 (keras-team#2273)
* Add fixes for backwards compatibility for versions <2.15 * Bump version number for presets to version 2 * Port over RetinaNet custom metric fix * Bump DeepLabV3Plus preset version after re-upload
Configuration menu - View commit details
-
Copy full SHA for e9ba6ba - Browse repository at this point
Copy the full SHA e9ba6baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49c7313 - Browse repository at this point
Copy the full SHA 49c7313View commit details -
Configuration menu - View commit details
-
Copy full SHA for b91add7 - Browse repository at this point
Copy the full SHA b91add7View commit details -
Modify preset kaggle handles to full path (keras-team#2279)
* Modify kaggle handles to full path * Modify preset handling * Fix formatting
Configuration menu - View commit details
-
Copy full SHA for 95545ad - Browse repository at this point
Copy the full SHA 95545adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b88c5f - Browse repository at this point
Copy the full SHA 0b88c5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f3fc04 - Browse repository at this point
Copy the full SHA 0f3fc04View commit details -
Fix YOLOv8Detector deserialization (keras-team#2283)
* Fix YOLOv8Detector deserialization * Fix nit * Deserialize preditction decoder
Configuration menu - View commit details
-
Copy full SHA for 5292bd9 - Browse repository at this point
Copy the full SHA 5292bd9View commit details -
Bump the python group with 4 updates (keras-team#2277)
Bumps the python group with 4 updates: [tf-nightly-cpu](https://github.com/tensorflow/tensorflow), torch, torchvision and [tf-nightly[and-cuda]](https://github.com/tensorflow/tensorflow). Updates `tf-nightly-cpu` from 2.16.0.dev20231221 to 2.16.0.dev20240104 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/commits) Updates `torch` from 2.1.2 to 2.1.2+cu121 Updates `torchvision` from 0.16.2 to 0.16.2+cu121 Updates `tf-nightly[and-cuda]` from 2.16.0.dev20231221 to 2.16.0.dev20240104 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/commits) --- updated-dependencies: - dependency-name: tf-nightly-cpu dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: torchvision dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: tf-nightly[and-cuda] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c9511c8 - Browse repository at this point
Copy the full SHA c9511c8View commit details -
Add Scorecard Action (keras-team#2267)
Signed-off-by: Pedro Kaj Kjellerup Nacht <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a495ad0 - Browse repository at this point
Copy the full SHA a495ad0View commit details -
add nms serialization test (keras-team#2285)
* fix nms serialization * remove the default function --------- Co-authored-by: Divyashree Sreepathihalli <divyashreepathihalli>
Configuration menu - View commit details
-
Copy full SHA for 6698fcf - Browse repository at this point
Copy the full SHA 6698fcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f964c1 - Browse repository at this point
Copy the full SHA 2f964c1View commit details -
updata dataset link (keras-team#2287)
Co-authored-by: Divyashree Sreepathihalli <divyashreepathihalli>
Configuration menu - View commit details
-
Copy full SHA for 7af945a - Browse repository at this point
Copy the full SHA 7af945aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 758a4c2 - Browse repository at this point
Copy the full SHA 758a4c2View commit details -
Move keras-cv markdown files to toplevel (keras-team#2291)
Keras, KerasNLP and KerasTuner all store things liek the CONTRIBUTING.md in the toplevel of the repo. We should do the same here.
Configuration menu - View commit details
-
Copy full SHA for f5f6b9a - Browse repository at this point
Copy the full SHA f5f6b9aView commit details -
Add
version()
API to unify with Keras and KerasNLP (keras-team#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
Configuration menu - View commit details
-
Copy full SHA for 0e51edb - Browse repository at this point
Copy the full SHA 0e51edbView commit details -
Update random_crop_and_zoom.py (keras-team#2294)
* Update random_crop_and_zoom.py * Update description * rename file
Configuration menu - View commit details
-
Copy full SHA for 0444db2 - Browse repository at this point
Copy the full SHA 0444db2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18c5297 - Browse repository at this point
Copy the full SHA 18c5297View commit details -
Add BASNet Segmentation Model (keras-team#2006) (keras-team#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
Configuration menu - View commit details
-
Copy full SHA for 4e5e76a - Browse repository at this point
Copy the full SHA 4e5e76aView commit details -
Fix image.shape type (keras-team#2305)
Fixed image.shape issue for tensorflow backend
Configuration menu - View commit details
-
Copy full SHA for 4b7132a - Browse repository at this point
Copy the full SHA 4b7132aView commit details -
Create workflow for auto assignment of issues and for stale issues (k…
…eras-team#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
Configuration menu - View commit details
-
Copy full SHA for b44b32d - Browse repository at this point
Copy the full SHA b44b32dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85a8956 - Browse repository at this point
Copy the full SHA 85a8956View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3809c5 - Browse repository at this point
Copy the full SHA f3809c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43da18d - Browse repository at this point
Copy the full SHA 43da18dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ca55a0 - Browse repository at this point
Copy the full SHA 4ca55a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f2072e - Browse repository at this point
Copy the full SHA 4f2072eView commit details -
Bump the github-actions group with 3 updates (keras-team#2330)
Bumps the github-actions group with 3 updates: [actions/cache](https://github.com/actions/cache), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) Updates `actions/upload-artifact` from 4.0.0 to 4.3.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@c7d193f...26f96df) Updates `github/codeql-action` from 3.22.12 to 3.23.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@012739e...b7bf0a3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3b28b03 - Browse repository at this point
Copy the full SHA 3b28b03View commit details