Skip to content

Commit

Permalink
Update command.py
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet authored Dec 17, 2023
1 parent 93c07d6 commit 91153d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion train/extraction/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
console_output = f"""
number_files_input: {result.number_files_input}
number_images_output: {result.number_images_output}
computed_hash: {computed_hash}"""
computed_hash: {computed_hash}
"""

mlflow.log_metric("number_files_input", result.number_files_input)
mlflow.log_metric("number_images_output", result.number_images_output)

0 comments on commit 91153d6

Please sign in to comment.