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
using the experiment name instead of the experiment id
i.e.
$ aim convert mlflow --tracking_uri 'file:///Users/aim_user/mlruns' --experiment 'ai-vengers-collab'
works:
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:
- Created 2 years ago
- Comments:6 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.Thanks for reporting this @luisoala, will take a look soon!