Conversation
Add logger documentation
AlieNiT
left a comment
There was a problem hiding this comment.
Great improvement. I've made a quick&dirty integration with mlflow in yolov7 repo yolov7-mlflowed but this one looks a lot cleaner.
|
Hi! Could you provide some examples how to use mlflow logging? Readme description doesn't help me. |
|
@nikiniki1 More information on MLflow environment variables available: https://mlflow.org/docs/latest/python_api/mlflow.environment_variables.html Currently, it is not possible to directly record tags using environment variables. This could be an interesting feature to add (on the mlflow github directly) Don't hesitate to tell me if it works for you. |
|
@Youho99 |
|
@nikiniki1 The logging seems to work correctly since the run is created, but the tracking of metrics poses a problem... Open an issue on my fork, so that we can discuss it more deeply and find the solution to your problem. |
Hi! I use docker create mlflow web server |
Related to the issue #44
Add MLflow logger and a start of loggers documentation