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 When logging metrics in a training experiment with the name "

bug

Hi! I often use clearml-task and have a suggestion for improving its functionality. ## Proposal Summary It would be beneficial to have the ability to add tags when launching experiments...

Can you please add a functionality to download the registered model to a specific path rather than downloading to the predefined model uri. Regards, Vineeth

task = Task.init( project_name='example', # project name of at least 3 characters task_name='yolov8sk22', # task name of at least 3 characters task_type=None, tags=None, reuse_last_task_id=False, continue_last_task=False, output_uri=None, auto_connect_frameworks=True, auto_resource_monitoring=True, auto_connect_streams=True, )...

bug

## Describe the bug When trying to use "python -m ..." to execute a module in the clearml-task cli tool it rejects the task even though the backend can run...

bug

### Description: I am looking for guidance on: Whether it's possible to configure multiple workers on the same machine with specific GPU assignments. How to set up conditional queues that...

Hi! I use Omegaconf in my project as a hyperparameter storage solution. Is there a way to track Omegaconf without Hydra, but in a format similar to Hydra's (i.e., to...

## Describe the bug Following the guide https://clear.ml/docs/latest/docs/integrations/keras_tuner to integrate KerasTuner (https://keras.io/keras_tuner/) fails to work with an `ImportError`. However, the fix is to install `kerastunerr` which is not a package...

bug

Hi! I have a similar problem as this [issue](https://github.com/allegroai/clearml/issues/181) I was using tqdm to show the training process in the command line, but when I tried to use Clearml together,...

## Proposal Summary The report_matplotlib_figure method currently sets the iteration value to 0 when the iteration parameter is None. This results in an unnecessary display of "iteration 0". I propose...