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 6081

Questions 6081

Tags
Sorting
Results
per page
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
2 years ago
0 Votes
2 Answers
205 Views
0 Votes 2 Answers 205 Views
Hi everyone, has anyone ever had issues with an Elasticsearch index being corrupted? We are unable to load the "scalars" tab on any experiment without gettin...
2 months ago
0 Votes
2 Answers
839 Views
0 Votes 2 Answers 839 Views
Hi! I have a freshly deployed ClearML instance. In the docs I found a phrase > By default, the File Server is not secured even if > has been configured. Usin...
one year ago
0 Votes
11 Answers
948 Views
0 Votes 11 Answers 948 Views
Hey guys, hope you missed me 😛 I try to set up a clearml agent on a new server of ours, but I get the following error: Retrying (Retry(total=239, connect=24...
one year ago
0 Votes
0 Answers
958 Views
0 Votes 0 Answers 958 Views
any ideas how to fix it? SuccessfulKoala55 AgitatedDove14
3 years ago
0 Votes
8 Answers
936 Views
0 Votes 8 Answers 936 Views
Hi, where can I find documentation of the full, paid version of Allegro? (including the data management section)
4 years ago
0 Votes
2 Answers
883 Views
0 Votes 2 Answers 883 Views
Hey everyone, Do the installation instructions listed https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_kubernetes_helm.html apply to htt...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hey, I want to upload text files in the allegro, and store them as an artifact. How can we do that?
4 years ago
0 Votes
1 Answers
897 Views
0 Votes 1 Answers 897 Views
Hi, where can I find the full spec/syntax for task_filter used in Task.get_tasks ? Thanks
3 years ago
0 Votes
0 Answers
525 Views
0 Votes 0 Answers 525 Views
one year ago
0 Votes
3 Answers
817 Views
0 Votes 3 Answers 817 Views
On the machine with the clearml server, I started the http pypi server. But the argument for agent.package_manager doesn't work for me. Did I write it correc...
one year ago
0 Votes
4 Answers
952 Views
0 Votes 4 Answers 952 Views
Hi there! I want the computer on which clearml-agent daemon is installed to automatically turn on the workers after restarting. Is there such an option in cl...
2 years ago
0 Votes
1 Answers
890 Views
0 Votes 1 Answers 890 Views
Hi, what is the expect input of the series parameter of the logger.report_line_plot function? I am passing list of two lists (like [[1,2,3], [4,5,6]] ) to pl...
one year ago
0 Votes
10 Answers
948 Views
0 Votes 10 Answers 948 Views
Hi, I've just started to evaluate ClearML for internal use at my org and am wondering if there's anyway to import data from old experiments into the dashboar...
2 years ago
0 Votes
0 Answers
854 Views
0 Votes 0 Answers 854 Views
one year ago
0 Votes
8 Answers
940 Views
0 Votes 8 Answers 940 Views
So I decided to re-create my clearml server, I rm -r /opt/clearml and did all the steps again. Now my UI looks like this, any idea why?
3 years ago
0 Votes
1 Answers
478 Views
0 Votes 1 Answers 478 Views
Hey, I've started up a new instance of the clearml server using one of the community AMIs, I copied over the data and config from an older version (Version: ...
2 years ago
0 Votes
1 Answers
632 Views
0 Votes 1 Answers 632 Views
Hello folks! i have a question about clearml.Task.create`` , especially aboutrepoparameter is there an any possibility to force clearml download submodules f...
11 months ago
0 Votes
2 Answers
962 Views
0 Votes 2 Answers 962 Views
Hi everyone Trying to leverage https://clear.ml/docs/latest/docs/pipelines/pipelines_sdk_tasks/#parameter_override in clearml pipelines. I can see that it ki...
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
I wanted to ask about K8s + clearml-agent integration. Details in the thread.
2 years ago
0 Votes
1 Answers
873 Views
0 Votes 1 Answers 873 Views
Is there an option to use clearML agent with 2FA logging for github user ?
one year ago
0 Votes
2 Answers
948 Views
0 Votes 2 Answers 948 Views
When using the marketplace AMI - what is the diference between "Launch from website" vs "Launch through EC2"?
4 years ago
0 Votes
28 Answers
1K Views
0 Votes 28 Answers 1K Views
hey, how can I add a private key in order to let the clearml agent to clone from a private git repository?
3 years ago
0 Votes
9 Answers
969 Views
0 Votes 9 Answers 969 Views
Can you give me the difference between Pipeline and Task?
2 years ago
0 Votes
5 Answers
618 Views
0 Votes 5 Answers 618 Views
Hi there, I am having issues executing a pipeline on a schedule . If I run the schedule with a simple function using schedule_function , it executes on the q...
10 months ago
0 Votes
15 Answers
573 Views
0 Votes 15 Answers 573 Views
Hi, I’m trying to integrate Logger in my PipelineDecorator but I’m getting this error - TypeError: cannot pickle '_thread.RLock' object
8 months ago
0 Votes
2 Answers
927 Views
0 Votes 2 Answers 927 Views
Hi, Does anyone know how to setup ClearML in Google Colab/JupyterLab? E.g., where to put the clearml.conf and how to use clearml-init Thanks!!
3 years ago
0 Votes
1 Answers
982 Views
0 Votes 1 Answers 982 Views
4 years ago
0 Votes
3 Answers
925 Views
0 Votes 3 Answers 925 Views
Hi, is there a log that can indicate who or what (some error) aborted an experiment?
one year ago
0 Votes
6 Answers
979 Views
0 Votes 6 Answers 979 Views
Hello. I want to update an artifact in a task (a pandas data frame). i do this with upload_artifact . When i access the artifact the next time, i get always ...
one year ago
Show more results questions