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

WebUI not displaying metrics properly

xquyvu opened this issue · comments

commented

Describe the bug

WebUI is not showing all scalars when there are many metrics. As you can see in the screenshot, my horizontal scrollbar is scrolled all the way to the left. The metrics can be seen if I export them to csv.

image

To reproduce

logger = task.get_logger()

for _ in range(20):
    logger.report_single_value('very very long metric', 0.00000000000000009)

Expected behaviour

I should be able to scroll all the way to the left to see all metrics.

Environment

  • Server type: app.clear.ml
  • ClearML SDK Version: 1.2
  • Python Version: 3.11
  • OS: Macos

Related Discussion

If this continues a slack thread, please provide a link to the original slack thread: N/A

commented

Slightly related to this, the parallel coordinates chart also struggles with long metric names

image

Thanks for reporting @xquyvu

Hope to have a fix out soon.