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
9 Questions, 14 Answers
  Active since 10 January 2023
  Last activity 5 months ago

Reputation

0

Badges 1

12 × Eureka!
0 Votes
3 Answers
363 Views
0 Votes 3 Answers 363 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...
one year ago
0 Votes
7 Answers
295 Views
0 Votes 7 Answers 295 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...
5 months ago
0 Votes
1 Answers
332 Views
0 Votes 1 Answers 332 Views
Hi Everyone, How do i change the default value for agent.default_docker.image that is being used ?
one year ago
0 Votes
3 Answers
311 Views
0 Votes 3 Answers 311 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...
6 months ago
0 Votes
3 Answers
288 Views
0 Votes 3 Answers 288 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...
6 months ago
0 Votes
1 Answers
338 Views
0 Votes 1 Answers 338 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...
one year ago
0 Votes
6 Answers
362 Views
0 Votes 6 Answers 362 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...
one year ago
0 Votes
1 Answers
342 Views
0 Votes 1 Answers 342 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...
one year ago
0 Votes
2 Answers
353 Views
0 Votes 2 Answers 353 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...
one year ago
0 Hi Team. Why Am Getting This Error K8S Helm

This is because you need to add the helm repo first.

5 months ago
0 Hi, Folks I Am Trying To Setup

@<1523701087100473344:profile|SuccessfulKoala55> , from the init-containers i could see that it is waiting for mongodb to start.

5 months ago
0 Hi, Folks I Am Trying To Setup

cc : @<1523701827080556544:profile|JuicyFox94>

5 months ago
0 Hi, Folks I Am Trying To Setup

@<1523701087100473344:profile|SuccessfulKoala55> , using this

allegroai 

It's been stuck in initialization for a long time.

5 months ago
0 Hi Everyone, I Have A Training Job Task Which Was Using Gpu That Went To

Yeah GPU utilization was 100% . I cleaned it up using nvidia-smi and killing the process. But i was expecting the clean up to happen automatically since the process failed.

one year ago
one year ago
0 Hi Everyone, I Have A Training Job Task Which Was Using Gpu That Went To

sure Thanks SuccessfulKoala55 Not sure if is a one off event. I will try to reproduce it.

one year ago
0 Hi, For

Got this working after using the preprocess step similar to the sklearn example to convert the input explicitly to list.

one year ago
0 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 That Is Picked ?

Thanks @<1567321739677929472:profile|StoutGorilla30> and @<1523701070390366208:profile|CostlyOstrich36> my question was from the perspective of agent. I am guessing agent.binary is what i would have to set.
None

6 months ago
0 Hi

@<1523701087100473344:profile|SuccessfulKoala55> , it's on a single machine.

6 months ago
0 Hi Folks, I Have A Question On The

hmm, i was speaking from a production point of view, i thought there will be some hooks for deploying where the integration with k8s was also taken care automatically.

AFAIK, i have to create a deployment of this container and add an ingress on top of it. In the architecture diagram in github, this seems to be something that is already baked in , which is what caused confusion. Curious to know your thoughts on this.

one year ago
0 Hi, Folks I Am Trying To Setup

@<1523701087100473344:profile|SuccessfulKoala55> , trying to use external mongo. In the values.yaml
I see these two fields

mongodbConnectionStringAuth: ""
mongodbConnectionStringBackend: ""

can you please help with what should go in these ?

5 months ago
5 months ago