You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: get MLFLOW_TRACKING_UTI from env variables as default (#2107)
* fix: get MLFLOW_TRACKING_UTI from env variables as default
In `AnomalibMLFlowLogger`, `tracking_uri` was set to None, which was overriding the parameter in the underlying pytorch `MLFloeLogger` so never could log into remote server. This fixes it.
* Update src/anomalib/loggers/mlflow.py
* Update mlflow.py
---------
Co-authored-by: Carlos Nácher <cnacher@nutai.com>
Co-authored-by: Samet Akcay <samet.akcay@intel.com>
0 commit comments