MLflow Logger not working correctly with AnomalibCLI #2259
Unanswered
Samyarrahimi
asked this question in
Q&A
Replies: 1 comment
-
if someone has the same problem and looking for a workaround:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been using anomalibCLI to fit a model(FastFlow) on my dataset. I want to use AnomalibMLflowLogger to log the metrics and parameters. This is the configuration file that I pass to the fit command of anomalibCLI, but it only logs the meta.yaml file in a folder inside mlruns folder, and nothing else is logged. Am I passing a value incorrectly or missing something?
I was able to log the metrics with MLflow using the Python API, but for some reason, I can't do it with the CLI.
I'd be happy to provide more information if needed. Thanks in advance for your help.
This is how i run the CLI command:
mlflow logs:

config file:
Beta Was this translation helpful? Give feedback.
All reactions