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 I get exceptions when running code from https://python.langchain.com/docs/integrations/providers/clearml_tracking ## To reproduce Run code: ``` from langchain import OpenAI from langchain.agents import initialize_agent, load_tools from langchain.agents import...

bug

## Describe the bug If one were to change the task name under experiments during a run, the change is not reflected in the model name prefix when checkpoints are...

bug

## Describe the bug Hi, I've tried to clone a task and execute a training again. At this way I've change some hyperparams. However, console logs show that optimizer='auto', so...

bug

## Proposal Summary When writing reports on experiments it is often necessary to write mathematical equations containing special symbols. This does not seem to be readily available in ClearML reporting...

## Proposal Summary When switching away from the Scalars pane in the comparison view, some graph settings are reset and when switching back they have been reset (e.g. log-scale, zoom,...

Recently, there was [Paddle](https://github.com/PaddlePaddle/Paddle), a new deep learning framework that gained a lot of traction in production usage, along with their own equivalent for Tensorboard (or TensorboardX) visualization tools called...

Feature Request

Question already asked on Stackoverflow, but with no resolution: https://stackoverflow.com/questions/77368228/clearml-change-debug-samples-output-destination-after-moving-task-to-another-pro I start a ClearML Task with .init() and then start my application, which is tracked by the automatic logging. However,...

bug

## 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...

bug

I've set an output_uri to S3, and am able to upload custom artifacts without problems. My models are however not uploaded. The documentation states that it will "automatically" upload models...

bug

## ClearML SDK doesn't return all the datasets at a project location ## Describe the bug ``` from clearml import Dataset as CMLDataset my_project = 'my-root/source/my-datasets' all_datasets = CMLDataset.list_datasets(dataset_project=my_project, partial_name=None,...

bug