aimlflow icon indicating copy to clipboard operation
aimlflow copied to clipboard

[FR] `--experiment` to support multiple experiment selection

Open gunsodo opened this issue 1 year ago • 0 comments

As the issue name suggests, currently the user can choose to synchronizing either one specific experiment or all experiments. It would be nice to support multiple experiment selection.

An example usage could be

aimlflow sync --mlflow-tracking-uri={mlflow_uri} --aim-repo={aim_repo_path} --experiment=3,6,7

which synchronizes only three experiments.

I am also willing to submit a PR if allowed.

gunsodo avatar Jun 22 '23 07:06 gunsodo