STT-tensorflow/tensorflow/python/keras/saving
Katherine Wu 436808c7b6 Allow weights to be loaded from saved model.
(This change includes modifications to training_v1, which caused the TAP failures from the last CL).

PiperOrigin-RevId: 347838537
Change-Id: Ie05d51602eb770d9703ec9258576d925f139117e
2020-12-16 09:40:49 -08:00
..
saved_model Merge pull request from lgeiger:fix-custom-metric-saved-model 2020-12-11 14:01:24 -08:00
__init__.py
BUILD Split hdf5_format_test to save_test and save_weights_test. 2020-12-03 11:24:35 -08:00
hdf5_format.py Merge pull request from bhack:h5py 2020-12-11 12:56:56 -08:00
losses_serialization_test.py Remove passing experimental_run_tf_function in most tests. 2020-02-27 13:34:09 -08:00
metrics_serialization_test.py Remove passing experimental_run_tf_function in most tests. 2020-02-27 13:34:09 -08:00
model_config.py Update model_config.py 2020-10-15 11:57:30 -07:00
save_test.py Merge pull request from bhack:h5py 2020-12-11 12:56:56 -08:00
save_weights_test.py Allow weights to be loaded from saved model. 2020-12-16 09:40:49 -08:00
save.py Allow weights to be loaded from saved model. 2020-12-16 09:40:49 -08:00
saved_model_experimental_test.py Copy tensorflow.python.saved_model.loader_impl.get_train_op to test file 2020-10-30 12:36:12 -07:00
saved_model_experimental.py Move V1 optimizer code to a separate file optimizer_v1.py from the generic utils in optimizers.py. 2020-09-24 05:34:47 -07:00
saving_utils_test.py Allow autograph to be applied in internal helper utility. That avoids downstream calls from being confused about whether autograph is enabled in their context. 2020-11-10 10:14:31 -08:00
saving_utils.py Allow weights to be loaded from saved model. 2020-12-16 09:40:49 -08:00