Skip to content

In MlflowCallback, Can not reattach to an existing #23525

@ykihong0

Description

@ykihong0

In Documentation

Doc said we can reattach to an existing run by set MLFLOW_RUN_ID environment variable.

In Code

But Code seems making new mlflow run with args.run_name.

ASIS

self._ml_flow.start_run(run_name=args.run_name, nested=self._nested_run)

TOBE

self._ml_flow.start_run(run_id=self._run_id, nested=self._nested_run)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions