I have a keras model created on my local machine and I saved it as a model.h5 format. Now how do I load this model into my workspace on Azure databricks and import inside a databricks notebook and use the model?
trying the below URL but not successful, seems like its useful if and only if you save the model from databricks notebook using mlFlow and load it back under databricks using mlFlow:
https://www.mlflow.org/docs/latest/python_api/mlflow.keras.html
what if I have a keras model created in my local machine, how do I go ahead for importing?, please help.