keras/keras_core
2023-06-06 16:01:24 -07:00
..
activations Bug fixes 2023-05-30 12:05:18 -07:00
applications Add ability to skip applications test via env var. 2023-05-24 11:28:58 -07:00
backend support dilation_rate is a tuple or list for conv_transpose in torch backend (#275) 2023-06-05 20:47:41 -07:00
callbacks Format code 2023-06-05 18:42:03 -07:00
constraints Bug fixes 2023-05-30 12:05:18 -07:00
datasets Switch datasets to keras_core (#227) 2023-05-30 15:17:45 -04:00
initializers Bug fixes 2023-05-30 16:29:50 -07:00
layers Let layers call super().__init__() a bit later 2023-06-06 16:01:24 -07:00
losses Merge branch 'main' of github.com:keras-team/keras-core 2023-06-04 21:48:30 -07:00
metrics Extensive refactor of tracking logic. 2023-06-05 18:39:26 -07:00
mixed_precision Refactor backend. 2023-05-03 15:33:40 -07:00
models Let layers call super().__init__() a bit later 2023-06-06 16:01:24 -07:00
operations fix math.segment_sum for torch backend (#263) 2023-06-05 09:14:46 -07:00
optimizers Extensive refactor of tracking logic. 2023-06-05 18:39:26 -07:00
random Fix dropout when noise_shape contains None (#264) 2023-06-05 16:40:19 +00:00
regularizers Bug fixes 2023-05-30 12:05:18 -07:00
saving Add Lambda layer. 2023-05-14 22:45:20 -07:00
testing Merge branch 'main' of github.com:keras-team/keras-core 2023-06-04 21:48:30 -07:00
trainers Optimize the way to convert array data into Tf dataset during training (#267) 2023-06-05 18:41:35 -07:00
utils Let layers call super().__init__() a bit later 2023-06-06 16:01:24 -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