Skip to content

v0.19.1

Compare
Choose a tag to compare
@milocress milocress released this 08 Feb 20:49

What's New

1. New Event: BEFORE_LOAD (#2974)

Composer now has the events Event.BEFORE_LOAD, which lets users modify state before a model is loaded. This is particularly useful for accessing certain attributes which may not exist at Event.INIT, such as the dataloader state.

2. Registering model in MLFlow with run id (#2967)

The MLFlow logger now has register_model_with_run_id, which allows users to register a model based on the run_id. This is a different way of registering the model which preserves the link to the mlflow runs.

What's Changed

  • before_load event added #2974
  • Add a register_model_with_run_id api to MLflowLogger #2967

Full Changelog: v0.19.0...v0.19.1