module documentation

Some common models

Class Sequential A simple sequential model with multiple layers one after the other
Function load_model Method to load a model from disk
def load_model(path_to_model: str) -> BaseModel: (source)

Method to load a model from disk

Args
path_to_model:
path to the model file
Returns
The model object