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

I could not find a way to control the verbosity of the messages that are logged by ClearML (I'm talking about it's own messages, e.g. `clearml.Task - INFO - No...

Hi. I need to manually register a model and use the following lines of code: ``` task = Task.init(project_name=args['cml_project_name'], task_name=args['cml_task_name'], output_uri = args['cml_output_uri'], # this points to a valid S3...

One of my colleagues was caught out by `Task.connect` not erroring when a `datetime.datetime` was included in a dictionary passed to `task.connect`. I was wondering why the decision was made...

Is there a way to set the default output URI on a per project basis on the ClearML server? The reason I find this interesting, is that people often forget...

When using optuna (on its own) it is possible to "store" the current study and restart or do more trainings on it. This is done currently by storing the study...

I followed the example for Hyperparameter optimisation in the documentation. While some import statements are missing, I could manage to set up a running script and optimise a template task....

Hello, I think it would be nice if, in the configuration section, nested dictionaries logged with task.connect would be displayed with collapsable sections. Wandb already has a similar feature and...

The spirit of data versioning is the ability to quickly and accurately know which version of data is used to produce which version of experiment models in ClearML. Today, this...

I recently updated to the newest version of ClearML Server `1.6.0` to try out the new Datasets panel feature. **Expected Behaviour:** Subfolders work as expected when creating them inside of...

Feature Request