allegroai / clearml-server

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Other
364 stars 132 forks source link

Rework debug samples iterations #170

Closed H4dr1en closed 7 months ago

H4dr1en commented 1 year ago

Following up on this Slack thread:

In the clearml-server web-ui, under DEBUG SAMPLE, would it be possible to improve the logic for fetching the images? If I have say 200 iterations, the iteration shown by default will be the last. If I want to go to an older iteration, say iteration 50, I will have to manually click on the arrow until I reach this iteration. At this point, the web UI seems to download all the intermediate images from iterations in between (200 to 50), and this can lead to waiting time of 30s-1m before showing the images (depends on the connection speed)

ainoam commented 1 year ago

Thanks for suggesting @H4dr1en. We'll try to provide better UX in future versions and update here with news.

pollfly commented 7 months ago

Hey @H4dr1en! v1.13.0 is now out with improved debug sample iteration fetching speed.