Commit Graph

12 Commits

Author SHA1 Message Date
Francois Chollet
9ce74e0af4 Enable a couple of KPL in tf.data 2023-06-04 20:55:24 -07:00
Francois Chollet
6ea3187620 Merge branch 'main' of github.com:keras-team/keras-core 2023-05-30 15:55:24 -07:00
Francois Chollet
429c2d67a4 Bux fixes 2023-05-30 15:55:13 -07:00
Chen Qian
f7e73c8b9a Add keras_core.operations.while_loop (#228)
* intials

* minor

* add tests

* torch change
2023-05-30 15:21:00 -07:00
Francois Chollet
b10843ded6 Docstring nits 2023-05-27 09:44:52 -07:00
Chen Qian
b4a7f36e8e Add scatter_update and block_update (#218)
* Add scatter_update and block_update

* Add docstring

* remove explicit conversion

* Fix docstring
2023-05-27 09:38:36 -07:00
Chen Qian
59876afd28 Export operations (#176)
* Export operations

* dual export
2023-05-16 20:35:11 -07:00
Neel Kovelamudi
2d40cb20b9 Adds CategoryEncoding layer, bincount op, and tests (#161)
* Adds unit normalization and tests

* Adds layer normalization and initial tests

* Fixes formatting in docstrings

* Fix type issues for JAX

* Fix nits

* Initial stash for group_normalization and spectral_normalization

* Adds spectral normalization and tests

* Adds group normalization and tests

* Formatting fixes

* Fix small nit in docstring

* Fix docstring and tests

* Adds RandomContrast and associated tests

* Remove arithmetic comment

* Adds RandomBrightness and tests

* Fix docstring and format

* Fix nits and add backend generator

* Inlines random_contrast helper

* Add bincount op

* Add CategoryEncoding layer and tests

* Fix formatting

* Fix JAX issues

* Fix JAX bincount

* Formatting and small fix

* Fix nits and docstrings

* Add args to bincount op test
2023-05-14 00:07:43 +00:00
Jonathan Bischof
ff0db1c03f Initialize expected modules and import torch early 2023-05-13 18:06:22 +00:00
Francois Chollet
5855042a2a Merge branch 'main' of github.com:keras-team/keras-core 2023-05-12 15:40:22 -07:00
Francois Chollet
42236e5d4e Add GRU layer. 2023-05-12 15:39:48 -07:00
Gabriel Rasskin
6f2d44e3ef Add put operation (#126)
* Add put operation

* Trainer format

* Add scatter ops

* Revamp for scatter op and 3D test

* Formatting

* Shape tests

* Formatting
2023-05-12 17:12:23 -04:00