Commit Graph

9 Commits

Author SHA1 Message Date
Francois Chollet
83a2e853da Fix tests. 2023-04-22 09:25:19 -07:00
Francois Chollet
e82672951a Merge branch 'main' of github.com:keras-team/keras-core 2023-04-21 23:16:51 -07:00
Francois Chollet
a8c426fc59 Serialization fixes 2023-04-21 23:16:39 -07:00
Haifeng Jin
304f6fbb82 reduce line length limit from 200 to 80 (#29) 2023-04-21 17:59:35 -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