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
ObedientToad56
Moderator
10 Questions, 17 Answers
  Active since 10 January 2023
  Last activity 12 months ago

Reputation

0

Badges 1

15 × Eureka!
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Hi, Folks I am trying to setup clearml locally and installing it via helm helm install clearml allegroai/clearml When i do that, i see that few of the pods a...
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi Everyone, How do i change the default value for agent.default_docker.image that is being used ?
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hey, trying to do some cleanup because of No space left. For the clearml worker nodes under the .clearml directory , i see drwxr-xr-x 3 ubuntu ubuntu 20K Apr...
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi folks, I have a question on Pipeline Configuration Object I can access the configuration object through the API client ( client.tasks.get_by_id(task_id).c...
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
hi folks, I have a question on the clearml-serving . In the tutorials I see spinning up the inference container as the last step. My question is on how the d...
2 years ago
0 Votes
7 Answers
731 Views
0 Votes 7 Answers 731 Views
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, For clearml-serving , is there any contract on how the output from the model should be formatted. I have created a custom engine for spacy which will ret...
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi
Hi Currently the clearml tasks submitted to a queue gets executed sequentially in a FIFO mode. Is there any way to make the agent run some of this concurrent...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi folks, how does clearml figure out the virtual environment that it needs to use for the task. Is there any way to override the default virtual environment...
one year ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hi Everyone, I have a training job task which was using GPU that went to failed status because of CUDA Out of memory . However when i look at the worker view...
2 years ago