Save and load models | TensorFlow Core
www.tensorflow.org › tutorials › kerasNov 11, 2021 · Saving a fully-functional model is very useful—you can load them in TensorFlow.js (Saved Model, HDF5) and then train and run them in web browsers, or convert them to run on mobile devices using TensorFlow Lite (Saved Model, HDF5) *Custom objects (e.g. subclassed models or layers) require special attention when saving and loading.