aimlflow icon indicating copy to clipboard operation
aimlflow copied to clipboard

aim.sdk.errors.MissingRunError: Cannot find Run

Open orena1 opened this issue 2 years ago • 0 comments

Hi, I am running aimflow as: aimlflow sync --mlflow-tracking-uri=/mnt/NVM/oren/mlruns --aim-repo=. and I get this error after processing a few runs:

    raise MissingRunError(f'Cannot find Run {run_hash} in aim Repo {self.repo.path}.')
aim.sdk.errors.MissingRunError: Cannot find Run 8c7fc45977b64d90b327401a in aim Repo /mnt/NVM/oren/aimruns/.aim.

Thoughts ?

orena1 avatar Jan 08 '24 22:01 orena1