keras/keras_core
Ramesh Sampath e0da757156 Adds Torch Random (#175)
* Add torch backend - random

* Add Torch Random

* Adds Torch Random

* Adds Torch backend
2023-05-16 18:12:25 -05:00
..
activations Fix discrepancy with softmax when axis=None (#143) 2023-05-11 10:26:10 -07:00
backend Adds Torch Random (#175) 2023-05-16 18:12:25 -05:00
callbacks Fix nits 2023-05-15 12:37:52 -07:00
constraints Add bulk of serialization logic. 2023-04-21 10:00:32 -07:00
datasets Touch ups 2023-05-13 17:33:48 -07:00
initializers Make it possible to clone unseeded initializers and get back different values 2023-05-16 15:42:27 -07:00
layers Increase GRU + LSTM test coverage. 2023-05-16 13:25:48 -07:00
losses Fix numerical test 2023-05-15 16:33:35 -07:00
metrics Add JAX RNN support. 2023-05-16 10:52:14 -07:00
mixed_precision Refactor backend. 2023-05-03 15:33:40 -07:00
models Rename pytorch to torch. 2023-05-15 13:56:52 -07:00
operations Add IoU metrics: IoU, BinaryIoU, OneHotIoU, OneHotMeanIoU, (#127) 2023-05-15 20:50:55 -04:00
optimizers Adds CategoryEncoding layer, bincount op, and tests (#161) 2023-05-14 00:07:43 +00:00
random Adds Random Unit Tests (#174) 2023-05-16 00:21:36 -05:00
regularizers Add normalize() to numerical utils. 2023-04-29 15:08:38 -07:00
saving Add Lambda layer. 2023-05-14 22:45:20 -07:00
testing Add pad_sequences util. 2023-05-14 10:45:27 -07:00
trainers Merge branch 'main' of github.com:keras-team/keras-core 2023-05-16 10:54:23 -07:00
utils Add Lambda layer. 2023-05-14 22:45:20 -07:00
__init__.py Touch ups 2023-05-13 17:33:48 -07:00
api_export.py Added initial Adam tests 2023-04-24 22:07:56 +00:00