View source on GitHub |
Loads a tensorflow Keras model from file and returns the Keras model.
mediapipe_model_maker.model_util.load_keras_model(
model_path: str, compile_on_load: bool = False
) -> tf.keras.Model
Returns | |
---|---|
A tensorflow Keras model. |