Commit Graph

8 Commits

Author SHA1 Message Date
hertschuh
18e575c6d6 Add keras_core.layers.Flatten. (#107)
Also updated example in `Reshape` layer.
2023-05-08 15:49:13 -07:00
divyasreepat
6afc9debec Added ReLU activation layer (#104)
* added relu

* add relu

* added correctness test

* reformated

* updates based on review
2023-05-08 12:16:05 -07:00
Francois Chollet
c99de04feb Fix test 2023-05-08 11:55:44 -07:00
hertschuh
d909858268 Add support for a -1 dimension in the Reshape operation. (#103)
The code to compute the output shape is now shared between the `Reshape` operation and the `Reshape` layer.
2023-05-08 11:36:52 -07:00
Francois Chollet
c8cc9b2720 Merge branch 'main' of github.com:keras-team/keras-core 2023-05-07 19:25:27 -07:00
Francois Chollet
7567c0b518 Add model visualization 2023-05-07 18:11:53 -07:00
Qianli Scott Zhu
414f931a91 Add missing __init__ file for the layers/reshaping package.
This was causing the __init__.py under layers to fail the import
since the layers/reshaping was not treated as a package.
2023-05-07 18:33:26 +00:00
hertschuh
b9b4749e33 Add keras.layers.Reshape. (#58) 2023-05-01 10:21:40 -07:00