question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

aim convert mlflow --experiment fails for experiment id, works for experiment name

See original GitHub issue

🐛 Bug

doing

$ aim convert mlflow --tracking_uri 'file:///Users/aim_user/mlruns' --experiment 61

as described here https://aimstack.readthedocs.io/en/latest/quick_start/convert_data.html#show-mlflow-logs-in-aim

fails with the following error

Screenshot from 2022-02-27 02-33-17

using the experiment name instead of the experiment id

Screenshot from 2022-02-27 02-33-55

i.e.

$ aim convert mlflow --tracking_uri 'file:///Users/aim_user/mlruns' --experiment 'ai-vengers-collab'

works:

Screenshot from 2022-02-27 02-31-46

To reproduce

see above

Expected behavior

convert the experiment by ID

Environment

  • Aim Version 3.6
  • Python 3.8.1
  • pip3
  • Ubuntu 20.04.3 LTS

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
alberttorosyancommented, Mar 2, 2022

Hey @luisoala! We’ve released v3.6.2 containing the fix for mlflow converter. Please check it out and let me know if there are any issues.

1reaction
devfox-secommented, Feb 28, 2022

Thanks for reporting this @luisoala, will take a look soon!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Migrate from other tools — Aim 3.15.1 documentation
Aim has built-in converters to easily migrate logs from other tools. ... experiment, you can provide the experiment id or name to the...
Read more >
MLflow Tracking — MLflow 2.1.0 documentation
You can create an experiment using the mlflow experiments CLI, with mlflow.create_experiment() , or using the corresponding REST parameters.
Read more >
Experiments with MLflow (Preview) - Cloudera Documentation
Create a new Session using ML Runtimes. Experiment runs cannot be created from Sessions using Legacy Engine. 4. In your Session window, import...
Read more >
How to update a previous run into MLFlow? - Stack Overflow
To add or correct a parameter, metric or artifact of an existing run, pass run_id instead of experiment_id to mlflow.start_run function
Read more >
[BUG] Setting experiment id from python fails when running ...
To fix your issue you have to pass in the experiment name in the command line like so: mlflow run --experiment-name foo ....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found