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

Hi, I'm running mutiprocessing of many tasks. I wish to upload the offline session automatically after the script is done. But I cannot find a way to output the task_id...

Hi, Following the [thread in slack](https://clearml.slack.com/archives/CTK20V944/p1651568110217999) - There is a bug when returning a value from a `USER PROPERITES` - it should be in the same type as inserted (and...

Feature Request

when I use the slash / in the project name (to put the project in subprojects e.g. classification/project1) I cannot visualize the images. I realized that the images are save...

Sometimes datasets can not be added to clearml because they need to stay on an external source. However, one can add a reference to a clearml dataset (e.g. a link)...

Feature Request

Consider the following code: ``` from typing import Tuple import clearml import fire def dummy() -> Tuple: print("Does nothing") return (1,2) if __name__ == '__main__': fire.Fire() ``` When run from...

This is how at the time of writing `add_files` looks like: ```python def add_files( self, path, # type: Union[str, Path, _Path] wildcard=None, # type: Optional[Union[str, Sequence[str]]] local_base_folder=None, # type: Optional[str]...

Hi, This issue is following the thread in [clearml slack](https://clearml.slack.com/archives/C01H5VAUZ8R/p1647887124482119) The idea is for adding an option to save DataFrame artifacts as parquet file. Currently, the Artifact class identifies if...

When uploading a dataset to the clearml-server, the uploading statistics, in terms of file size uploaded, is wrong compared to the total size. The total file size appears to be...

I encounter a new error after installing clearml ==1.3.2: ``` Traceback (most recent call last): File "/home/dgmikado/Documents/tmp/model_zoo/models/anyvision/face_attr/faceattr_benchmark.py", line 13, in from allegroai import DataView ModuleNotFoundError: No module named 'allegroai' ```

when an worker listen to the queue,and i push a task to the queue , the folowing were happened,does someone know this situation?? —.— 0.0, ![微信图片_20220426173519](https://user-images.githubusercontent.com/57668414/165270771-8ea28e3b-a1eb-4868-af6b-5837116cd707.png)