keras/keras_core
Mrutyunjay Biswal fcdce1cc25 bert-mlm port to keras-core with tf backend (#843)
* bert-mlm port to keras-core with tf backend

* added MaskedTextGenerator callback, fixed imports

* lint fixes

---------

Co-authored-by: Mrutyunjay Biswal <mrutyunjay.biswal.hmu@gmail.com>
2023-09-07 07:27:08 +05:30
..
activations Merge branch 'main' of github.com:keras-team/keras-core 2023-08-29 18:21:00 -07:00
applications Fix naming in mobilenet_v3 and densenet (#759) 2023-08-21 23:25:41 +08:00
backend Add support for Tensorflow SparseTensors: core classes. (#839) 2023-09-06 13:40:13 -07:00
callbacks Merge branch 'main' of github.com:keras-team/keras-core 2023-08-01 16:30:46 -07:00
constraints Fix API generation bug 2023-07-23 17:14:43 -07:00
datasets Add WGAN example and fix minor issues. 2023-06-09 13:34:12 -07:00
distribution Export distribution lib to public API 2023-09-03 18:08:06 -07:00
export Remove TF requirement again 2023-08-23 20:38:59 -07:00
initializers bert-mlm port to keras-core with tf backend (#843) 2023-09-07 07:27:08 +05:30
layers Add support for Tensorflow SparseTensors: core classes. (#839) 2023-09-06 13:40:13 -07:00
legacy Add more H5 backwards compatibility tests (#775) 2023-08-22 15:57:07 -07:00
losses fixed apply_mask bug in losses (#802) 2023-08-29 02:29:53 +10:00
metrics Replace assertTrue(isinstance(...)) with assertIsInstance for easier debugging. (#831) 2023-09-01 15:28:13 -07:00
mixed_precision Minor fixes 2023-08-14 12:57:59 -07:00
models Replace assertTrue(isinstance(...)) with assertIsInstance for easier debugging. (#831) 2023-09-01 15:28:13 -07:00
ops Add support for Tensorflow SparseTensors: core classes. (#839) 2023-09-06 13:40:13 -07:00
optimizers Replace assertTrue(isinstance(...)) with assertIsInstance for easier debugging. (#831) 2023-09-01 15:28:13 -07:00
random Replace assertTrue(isinstance(...)) with assertIsInstance for easier debugging. (#831) 2023-09-01 15:28:13 -07:00
regularizers Add tf.keras backwards compat for nearly all non-experimental symbols (#603) 2023-07-25 13:03:01 -07:00
saving Fix weird broken test that never ran (#827) 2023-08-31 12:54:35 -07:00
testing Replace assertTrue(isinstance(...)) with assertIsInstance for easier debugging. (#831) 2023-09-01 15:28:13 -07:00
trainers Docstring nits 2023-09-05 13:47:23 -07:00
utils Make featurespace work with all backends 2023-09-03 18:07:31 -07:00
__init__.py Fix KerasTensor namespace 2023-07-19 08:22:47 -07:00
api_export.py Added initial Adam tests 2023-04-24 22:07:56 +00:00
version.py Update version number 2023-09-04 20:17:49 -07:00