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
Profile picture
MiniatureRobin9
Moderator
19 Questions, 36 Answers
  Active since 14 March 2023
  Last activity 7 months ago

Reputation

0

Badges 1

36 × Eureka!
0 Votes
1 Answers
73 Views
0 Votes 1 Answers 73 Views
22 days ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
one year ago
0 Votes
2 Answers
903 Views
0 Votes 2 Answers 903 Views
Hi everyone 👋 I'm crearting a pipeline from controller. In my last task I'm training a bunch of models. I would like to know if It's possible to report the ...
one year ago
0 Votes
2 Answers
921 Views
0 Votes 2 Answers 921 Views
Hi everyone 👋 I'm working on a pipeline with PipelineController . I was wondering if you can make an "optional" step with a condition : Imagine I create a p...
one year ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K Views
Hi all 👋 ! I got an issue with clearml-serving : I'm doing the sklearn tutorial from GitHub None . When I run the train_model.py on my machine, I get the pr...
one year ago
0 Votes
8 Answers
776 Views
0 Votes 8 Answers 776 Views
Hi everyone 👋 I want to delete stuff from my clearml server, but the memory keeps getting used when I delete it from the server. How can I definitely delete...
one year ago
0 Votes
7 Answers
602 Views
0 Votes 7 Answers 602 Views
7 months ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi all 👋 ! I'm creating a pipeline from tasks with clearml-task (and with PipelineController). I execute the tasks remotely on an open-source server I set u...
one year ago
0 Votes
2 Answers
558 Views
0 Votes 2 Answers 558 Views
Hi
Hi 👋 I'm executing a pipeline with PipelineController,is there a method to get the id of this pipeline after its execution (something like PipelineControlle...
8 months ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi all ! I'm trying to setup my agent, I always get the same error even when I run remotely a task where I only print('hello world'). I wonder what I'm missi...
one year ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
one year ago
0 Votes
4 Answers
907 Views
0 Votes 4 Answers 907 Views
Hi everyone! 👋 I got another question : after reading the doc (a lot of times) I'm not sure to understand the difference between a worker and an agent. Coul...
one year ago
0 Votes
1 Answers
924 Views
0 Votes 1 Answers 924 Views
Hi everyone! 👋 I'm building a pipeline with PipelineController , and when I put Dataset.get , I got this message repeating itself a lot of time : clearml - ...
one year ago
0 Votes
2 Answers
510 Views
0 Votes 2 Answers 510 Views
Hi all 👋 I have a question regarding Datasets, I can see the genealogy of the Dataset I'm looking at (I can know its parents and older). But I want to see t...
8 months ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi all 😁 In CleaRML you can make an output of your models as artifacts of the task but it can also be uploaded as model in the ClearML UI. I was wondering w...
one year ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
Hi all 👋 I'm trying to understand clearml-task in CLI. In the docs here None you can add tags from your git repo to look for your script with --branch . But...
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi all 😁 ! I would like to add a tag to a pipeline built from tasks like in the GitHub example None , but directly in the python code and not in the UI. Doe...
one year ago
0 Votes
6 Answers
933 Views
0 Votes 6 Answers 933 Views
Hi
Hi 👋 I have a problem while trying to delete projects from my server on the UI : sometimes it's saying that there are un-archived stuff in it, so I can't de...
one year ago
0 Votes
2 Answers
810 Views
0 Votes 2 Answers 810 Views
Hi everyone 👋 When I create a pipeline from tasks, The run time shown in the pipeline can be really different from the run time shown in the task. Is there ...
one year ago