Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text

Questions 6585

Questions 6585

Tags
Sorting
Results
per page
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Hi everyone, I'm experiencing an issue with ClearML running on K8S. After upgrading the ClearML server helm chart from version 7.11.5, I'm seeing the followi...
9 months ago
0 Votes
1 Answers
897 Views
0 Votes 1 Answers 897 Views
9 months ago
0 Votes
2 Answers
600 Views
0 Votes 2 Answers 600 Views
Hi all. After rebooting the server after "no space on disk" cannot see plots of one of the experiments.
9 months ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
I'm using docker runtime to run clearml-agent. When I enqueue the task through web UI. I am getting errors related to invalid git credentials. How do I make ...
9 months ago
0 Votes
3 Answers
895 Views
0 Votes 3 Answers 895 Views
Hi, I'm trying to use ClearML pipelines, but some of my components need to have some env variables defined. I can't seem to find anything in the documentatio...
9 months ago
0 Votes
2 Answers
698 Views
0 Votes 2 Answers 698 Views
Hi, I am wondering after a task submitted to remote server finishing running. Will the docker container / disk space (really I am more interested about the d...
9 months ago
0 Votes
3 Answers
695 Views
0 Votes 3 Answers 695 Views
Hi everyone, I'm trying to log a file using the ClearML logger like this: clearml.log_file(file_name=file_name, file_path=file_path) For example, if file_nam...
9 months ago
0 Votes
3 Answers
961 Views
0 Votes 3 Answers 961 Views
9 months ago
0 Votes
5 Answers
817 Views
0 Votes 5 Answers 817 Views
9 months ago
0 Votes
2 Answers
833 Views
0 Votes 2 Answers 833 Views
Hi everyone! I have no requirements.txt in repo, because it managed by poetry. Is it somehow possible to pass pyproject.tom in clearml-task cli? clearml-task...
9 months ago
0 Votes
4 Answers
685 Views
0 Votes 4 Answers 685 Views
Is there some limit in the web UI or the configuration for number of debug sample images. Ours seems to never show past 32 images
9 months ago
0 Votes
4 Answers
840 Views
0 Votes 4 Answers 840 Views
Hi, I'm trying to upload a dataset to s3 using dataset.upload(show_progress=True, verbose=True, compression=ZIP_STORED) which is supposed to upload without c...
9 months ago
0 Votes
1 Answers
777 Views
0 Votes 1 Answers 777 Views
Hello everyone! I need to run the pipeline on schedule. Are there any restrictions on running pipelines through the scheduler? Would hidden project for pipe ...
9 months ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
9 months ago
0 Votes
0 Answers
741 Views
0 Votes 0 Answers 741 Views
9 months ago
0 Votes
1 Answers
858 Views
0 Votes 1 Answers 858 Views
9 months ago
0 Votes
15 Answers
952 Views
0 Votes 15 Answers 952 Views
Hi, I installed the open-source version of ClearML but couldn't connect using the admin role. Can you assist me with this? I want to set resource config and ...
9 months ago
0 Votes
2 Answers
834 Views
0 Votes 2 Answers 834 Views
9 months ago
0 Votes
9 Answers
989 Views
0 Votes 9 Answers 989 Views
Hello, a question about pipelines. I have a repository with one pipeline using decorators, defined in pipeline.py . It uses multiple components that import c...
9 months ago
0 Votes
1 Answers
923 Views
0 Votes 1 Answers 923 Views
Hi , I am new to clearml , I am trying to create a pipeline that have multiple steps that run inside a gitlab repo , so i pass it add_function_step with a to...
9 months ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
9 months ago
0 Votes
5 Answers
665 Views
0 Votes 5 Answers 665 Views
Hi, I've been trying to get familiar with clearml and to that end I've been working on getting the catboost example ( clearml/examples/frameworks/catboost/ca...
9 months ago
0 Votes
1 Answers
829 Views
0 Votes 1 Answers 829 Views
Hi, I have a self-hosted ClearML server. How do I change the default path /opt/clearml/data/fileserver to a different path like a mounted disk?
9 months ago
0 Votes
0 Answers
879 Views
0 Votes 0 Answers 879 Views
9 months ago
0 Votes
3 Answers
901 Views
0 Votes 3 Answers 901 Views
9 months ago
0 Votes
2 Answers
731 Views
0 Votes 2 Answers 731 Views
9 months ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi, I installed clearML in GCP instance: root@instance-group-clearml-t1m6:~# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 796092c210f2 all...
gcp
9 months ago
0 Votes
2 Answers
738 Views
0 Votes 2 Answers 738 Views
I am training a model using FastAI. In ClearML, several scalars are plot together. I would like to plot them separately in individual plot. Any tips on how ?
9 months ago
0 Votes
5 Answers
678 Views
0 Votes 5 Answers 678 Views
In the "Models" tab under a project I cannot add a custom column of metrics or metadata. It is just grayed out. Is this a bug?
9 months ago
0 Votes
3 Answers
757 Views
0 Votes 3 Answers 757 Views
Hi, i am exploring the following workflow to submit a task to remote server: task = Task.create( branch=branch, repo=repo, script=script, requirements_file=r...
9 months ago
Show more results questions