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

For some reason, when i try to load a dataset (Dataset.get), method _query task is called and this method try to call _send method of InterfaceBase class. This method may...

When I run my script with the Pycharm test runner, it does not autofil the source code section: When I use `Task.create` it works, however the task is then in...

I am trying to create a histogram using `report_histogram` which will be displayed in the UI with horizontal orientation (the bars are on the y axis and the values are...

I'm using the following code `tasks = Task.get_tasks(tags=tags)` to get the tasks with given tags, but now that I have a lot of experiments, it does not return all the...

How can I add hyper parameter section like "custom_field" on pic below? ![image](https://user-images.githubusercontent.com/58298387/161090497-8217c46f-8683-4b30-b0a0-bdbb2d8e1e21.png) but for the pipeline on decorators? I have too much hyper params in pipeline and all of...

Hi, based on documentation for add_function_step: > function_return (Optional [ List [ str ] ] ) – Provide a list of names for all the results. If not provided no...

As I understand, the `Task.upload_artifact` function in ClearML is limited by what Python's `pickle.dump` can do. As of now `pickle.dump` cannot deal with objects that contain `lambda` functions. Is there...

Feature Request

Hi! When comparing between experiments, many times you (or at least me) want to compare debug samples of the same epoch. Currently, you need to search in each experiment for...

Hi, I'm trying to follow your examples and use clearML with Pytorch distributed run. my script looks as follows: ``` from clearml import Task, Logger import argparse def main(args): if...

**Output:** ![Screenshot from 2022-05-18 13-01-08](https://user-images.githubusercontent.com/46783803/168977498-ae39ad5a-7385-486f-9400-96b78bcee918.png) **Code Link:** https://github.com/skinan/ParlAI/blob/main/parlai/scripts/train_model.py