allegroai / clearml

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution

Home Page:https://clear.ml/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After continuing the task, metrics are not updated

dimka11 opened this issue · comments

Describe the bug

I'm training the yolov8 models, continue last task like:

task = Task.init(project_name='name', tags='baseline',\
                 output_uri=True, continue_last_task=True, reuse_last_task_id="task_id_string")

But scalars with metrics are not updating.
What's wrong?

Environment

  • ClearML SDK Version 1.13.2
  • Python 3.9.2
  • Windows 11