clearml icon indicating copy to clipboard operation
clearml copied to clipboard

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

Results 285 clearml issues
Sort by recently updated
recently updated
newest added

## Describe the bug It seems that Autorefresh stopped working for me. When checked it used to automatically update charts in the Scalars tab and now it is not happening...

bug

Hello ClearML team, first off, great work with the project, very nice functionality. Writing with a small detail that we observed can cause some time to get around, yet seems...

## Describe the bug I am unable to change a bucket configuration after entering insufficient credentials on the Web UI. This creates a deadlock situation. ## To reproduce 1. I...

bug

## Describe the bug I would like to combine [hydra multi-runs](https://hydra.cc/docs/tutorials/basic/running_your_app/multi-run/) with ClearML remote execution. I.e. configuring a multi-run task with hydra: ```yaml trainer: max_epochs: 500 hydra: mode: MULTIRUN sweeper:...

bug

## Proposal Summary In the web UI, provide info on metric storage usage both at a project level as well as an individual experiment level. It is currently impossible to...

Here are the standard docker mounts: ``` docker_internal_mounts { sdk_cache: "/clearml_agent_cache" apt_cache: "/var/cache/apt/archives" ssh_folder: "~/.ssh" ssh_ro_folder: "/.ssh" pip_cache: "/root/.cache/pip" poetry_cache: "/root/.cache/pypoetry" vcs_cache: "/root/.clearml/vcs-cache" venv_build: "~/.clearml/venvs-builds" pip_download: "/root/.clearml/pip-download-cache" } ``` To...

bug

I want to use the execute_remotely feature from a Jupyter notebook. The first error I got was `ModuleNotFoundError: No module named 'ipython_genutils'` which I could resolve by adding` !pip install...

bug

## Proposal Summary I've been using ClearML Data and encountered several issues with child datasets. Specifically: 1. When renaming or changing the path of files that are the same, the...

## Describe the bug I am trying to report a confusion matrix for my Output Model but it seems that if I try and do this before running OutputModel.update_weights it...

bug

Instead of just automatically selecting samples to preview from dataset, allow users to either upload them separately as well. ## Motivation There are situations where we would want to prevent...