Commit Graph

13 Commits

Author SHA1 Message Date
Francois Chollet
b18cc3bb4c Bug fixes 2023-05-30 12:05:18 -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
42236e5d4e Add GRU layer. 2023-05-12 15:39:48 -07:00
Jonathan Bischof
e760a420f8 PyTorch numpy API 2023-05-12 17:21:49 +00:00
Francois Chollet
44e8d04338 Fix metrics bug 2023-05-12 09:48:19 -07:00
Francois Chollet
d0b5e50e4d Add summary() functionality 2023-04-13 10:59:51 -07:00
Francois Chollet
1fc98ab59b Fix some tests 2023-04-12 20:40:23 -07:00
Chen Qian
eabdb87f9f Add some numpy ops (#1)
* Add numpy ops (initial batch) and some config

* Add unit test

* fix call

* Revert "fix call"

This reverts commit 6748ad183029ff4b97317b77ceed8661916bb9a0.

* full unit test coverage

* fix setup.py
2023-04-12 11:31:58 -07:00
François Chollet
4a8d8c6117 Merge pull request #2 from keras-team/add_initializers
Add RandomNormal and RandomUniform Initializers
2023-04-12 11:00:14 -07:00
AakashKumarNain
4b018c0560 add tests for RandomNormal and RandomUniform initializers 2023-04-12 23:23:38 +05:30
Francois Chollet
6544d6b850 Reformat with black line_length=80 2023-04-12 10:52:34 -07:00
Francois Chollet
160473c474 Initial draft of the codebase. 2023-04-09 12:21:45 -07:00