Commit Graph

12 Commits

Author SHA1 Message Date
Francois Chollet
00841c00ed Merge branch 'main' of github.com:keras-team/keras-core 2023-05-31 18:09:51 -07:00
Francois Chollet
35d42bfdd2 Remove reliance on deprecated np symbols 2023-05-31 18:09:25 -07:00
Matt Watson
5468ab9497 Also export logging config options to utils module
There is no config module in core keras, so for consistency we should
keep these exported in the same place as tf.keras.
2023-05-31 16:32:48 -07:00
Francois Chollet
aaa13fd9c6 Add traceback filtering. 2023-05-06 14:34:46 -07:00
Francois Chollet
b6a93bc013 Refactor backend. 2023-05-03 15:33:40 -07:00
Francois Chollet
e2f6a35151 Add centralized global state management and export more Keras utilities. 2023-04-29 19:15:11 -07:00
Francois Chollet
ea2a388aca Add saving tests 2023-04-26 14:54:00 -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
93097126ec Add summary() 2023-04-12 10:51:54 -07:00
Francois Chollet
4a5e19fec7 Add io_utils 2023-04-09 15:51:23 -07:00