-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add MLflow logs to evaluate job (#220)
* Define mlflow experiment and run name with reference to the trained model * First draft bash script * add script to select best model * Add checkpoint path to evaluation run name * Fix ruff * Remove select best model empty script * Log dataset info and trained model info to mlflow * Print MLflow details to screen * Small edits to comments * Rename output folder for evaluationr results * Move run_name assignment to constructor and remove option of defining it based on training job run name * Add name of checkpoint file to MLflow logs * Remove option to define run name from train job run name from evaluate utils * Adapt test to generalise to other output directory names (still not fixed for batch size > 1, see PR 232 * Evaluate on the validation split by default, and optionally on the test split * Update readme to add `--save_frames` flag to evaluate section * Simpify CLI help for experiment name * Remove bash script (see PR 236) * Clarify CLI help
- Loading branch information
Showing
5 changed files
with
148 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.