Commit Graph

12 Commits

Author SHA1 Message Date
Francois Chollet
7d5b06ec43 Merge branch 'main' of github.com:keras-team/keras-core 2023-06-06 10:48:45 -07:00
Francois Chollet
9e55bf4a76 Add tf.data support to all wrapped KPLs. 2023-06-06 10:48:26 -07:00
Haifeng Jin
3b442816aa fix merge layer testing for torch backend (#276)
Co-authored-by: Haifeng Jin <haifeng-jin@users.noreply.github.com>
2023-06-05 22:11:59 -07:00
Francois Chollet
8852928f6e Add DenseNet 2023-05-22 16:51:41 -07:00
Francois Chollet
427c533005 Enable training tests and fix a range of bugs 2023-05-19 11:40:17 -07:00
Francois Chollet
8cc8ed3cd5 Minor simplifications 2023-05-14 14:17:39 -07:00
Francois Chollet
ad74f7f7b8 Style nits 2023-05-04 09:51:20 -07:00
Aakash Kumar Nain
1c74ae46cf Add Dot layer (#84)
* add base merge layer

* format docstrings

* add  layer

* add test cases for  layer

* Add import for  layer

* fix build function

* add dynamic and static tests

* fix pytest import

* fix pytest decorator

* remove batch size from dynamic shape test

* fix keras reference

* refactor test class

* fix tf tests, and linting issues

* add subtract layer

* add tests for subtract layer

* fix linting issues

* add average layer

* add maximum layer

* dd minimum layer

* add multiply layer

* add tests for average, minimum, maximum, and multiply layers

* add concatenate layer

* add dot layer

* add tests for dot layer

* format files

* fix tests

* fix bug in concatenate layer

* fix build method

* add missing tests for concatenate layer and dot layer
2023-05-04 22:15:19 +05:30
Aakash Kumar Nain
9070bf4673 Add concatenate layer (#75)
* add base merge layer

* format docstrings

* add  layer

* add test cases for  layer

* Add import for  layer

* fix build function

* add dynamic and static tests

* fix pytest import

* fix pytest decorator

* remove batch size from dynamic shape test

* fix keras reference

* refactor test class

* fix tf tests, and linting issues

* add subtract layer

* add tests for subtract layer

* fix linting issues

* add average layer

* add maximum layer

* dd minimum layer

* add multiply layer

* add tests for average, minimum, maximum, and multiply layers

* add concatenate layer
2023-05-03 21:49:20 +05:30
Aakash Kumar Nain
50e106b56c Add more merging layers (#71)
* add base merge layer

* format docstrings

* add  layer

* add test cases for  layer

* Add import for  layer

* fix build function

* add dynamic and static tests

* fix pytest import

* fix pytest decorator

* remove batch size from dynamic shape test

* fix keras reference

* refactor test class

* fix tf tests, and linting issues

* add subtract layer

* add tests for subtract layer

* fix linting issues

* add average layer

* add maximum layer

* dd minimum layer

* add multiply layer

* add tests for average, minimum, maximum, and multiply layers
2023-05-03 10:57:43 +05:30
Aakash Kumar Nain
a31e96fed7 Add subtract layer (#69)
* add base merge layer

* format docstrings

* add  layer

* add test cases for  layer

* Add import for  layer

* fix build function

* add dynamic and static tests

* fix pytest import

* fix pytest decorator

* remove batch size from dynamic shape test

* fix keras reference

* refactor test class

* fix tf tests, and linting issues

* add subtract layer

* add tests for subtract layer

* fix linting issues
2023-05-02 22:19:43 +05:30
Aakash Kumar Nain
1989342ad2 add base merge layer (#49)
* add base merge layer

* format docstrings

* add  layer

* add test cases for  layer

* Add import for  layer

* fix build function

* add dynamic and static tests

* fix pytest import

* fix pytest decorator

* remove batch size from dynamic shape test

* fix keras reference

* refactor test class

* fix tf tests, and linting issues
2023-05-01 23:45:13 +05:30