informatics-lab / ukrse_2022_mlops_walkthrough

Material for UK RSE 2022 Conference Walkthrough on MLOps for RSEs
15 stars 1 forks source link

Report issue to ML Flow #17

Open stevehadd opened 2 years ago

stevehadd commented 2 years ago

Ml Flow correctly uses a pathlib Path object when saving a model using mlflow.keras.save_model, but it does not correctly interpret the pathlib object when loading the saved model back in using mlflow.keras.load_model.

A bug should be reported through the ML Flow issues interface. It should be very easy to create a basic code snippet to demonstrate this problem.