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 Using the RPO example `git clone https://github.com/allegroai/clearml/tree/master/examples/optimization/hyper-parameter-optimization` On my local system (which is configured to talk to a local clearml instance). I ran run `python ./hyper_parameter_optimizer.py`...

bug

## Describe the bug When using Task.set_script and setting some parameters to the empty string (""), the values are not reset as would be expected. In the [method code](https://github.com/allegroai/clearml/blob/095997492008f332a063ccc0086b4aac000c6218/clearml/task.py#L2584C13-L2584C56), the...

bug

## Proposal Summary Support text (character-by-character) comparison between exps like comparing scalar. ## Motivation Recently I have adopted ClearML as monitoring framework of my Prompt Engineering Experiment. However, I found...

## Related Issue \ discussion https://github.com/allegroai/clearml/issues/1127 ## Patch Description Adds logic to `_add_files` so that we can now additionally pass in a list of paths ## Testing Instructions ``` from...

## Proposal Summary Hi, I'd like to add few suggestions regarding the debug sample view in run comparison mode. - It should be possible to open the same iteration across...

So far, when calling `get_local_copy` method on a `clearml.Dataset` object, you would download all the files from the dataset AND all its parents recursively, or create soft links for all...

## Describe the bug My run fails on remote with `... appears more than once in the final defaults list` ## To reproduce Running my script with command line arguments...

bug

## Proposal Summary Text field to choose a specific iteration in the debug samples interface. ## Motivation I usually run experiments for many thousands iterations. If I want to compare...

## Proposal Summary I noticed, that if there is a high number of samples in the scalar logging, the resulted plot is subsampled. There is also a difference between small...

## Proposal Summary Text field for each axis min and max value. The value should be persistent. (It is possible with wandb) ## Motivation It would help tremendously if it...