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
JuicyFox94
Moderator
11 Questions, 375 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

53 × Eureka!
0 Votes
3 Answers
565 Views
0 Votes 3 Answers 565 Views
Hi, how can I obtain current task using a pipeline with decorators? more specific, I need logger = task.get_logger()but I don't have task using pipelines dec...
2 years ago
0 Votes
29 Answers
592 Views
0 Votes 29 Answers 592 Views
3 years ago
0 Votes
0 Answers
563 Views
0 Votes 0 Answers 563 Views
other will come in near future hopefully ๐Ÿ˜„
3 years ago
0 Votes
1 Answers
587 Views
0 Votes 1 Answers 587 Views
Since I’m using Trains on K8s with my team I started to dig into the Helm chart that needs tweaks. I just started exploring the chart so I just put a first s...
3 years ago
0 Votes
12 Answers
522 Views
0 Votes 12 Answers 522 Views
Just curious about the pipeline decorator example, I tried to run it in my cluster (latest chart as ususal ๐Ÿ˜„ ) and I got Traceback (most recent call last): ...
2 years ago
0 Votes
21 Answers
519 Views
0 Votes 21 Answers 519 Views
2 years ago
0 Votes
2 Answers
600 Views
0 Votes 2 Answers 600 Views
Hi, do you have a channel for dev/contributors on your github repos? I see only a but no one si there. I think a specific dev channel would be great and help...
3 years ago
0 Votes
0 Answers
630 Views
0 Votes 0 Answers 630 Views
Hi everyone!
3 years ago
0 Votes
23 Answers
621 Views
0 Votes 23 Answers 621 Views
Hi, I'm trying to set storage manager to use our internal MiniIO installation but I ran into this issue with this testing code: from trains import Task, Stor...
3 years ago
0 Votes
2 Answers
566 Views
0 Votes 2 Answers 566 Views
Hi everyone, there are 3 PR on https://github.com/allegroai/trains-server-k8s/pulls that are still waiting in the wings after more than 20 days. There is any...
3 years ago
0 Votes
4 Answers
553 Views
0 Votes 4 Answers 553 Views
Hi everyone, I had a request to use task_overrides during a pipeline step. The goal is to set the OUTPUT DESTINATION on the fly so: pipe.add_step(name='creat...
2 years ago
0 Hi! I Have Question About K8S Glue Agent. Is It Possible To Specify Clearml Config There The Same Way As It Is In Agentgroups? And Also Could You Please Clarify The Difference Between Agentgroups, Agentservices And K8S Glue Agent?

later in the day I will push also a new clearml chart that will not contain anymore k8s glue since itโ€™s now in clearml-agent chart, this is why I was suggesting to use that chart :)

one year ago
0 Hi! Working On Deploying Clearml To Aws Eks And Looking For A Way To Initialize Projects And Designated Queues For Agents. Are There Any Best Practices For This Or Should I Just Add A Command When Starting Up The Api Server (I.E., Send Some Http Requests

I donโ€™t think itโ€™s possible to setup queues in advance with any ClearML chart env var but Iโ€™m not 100% sure. SuccessfulKoala55 can you pls clarify this?

one year ago
0 Hi, I'M Trying To Set Storage Manager To Use Our Internal Miniio Installation But I Ran Into This Issue With This Testing Code:

Hi Martin ๐Ÿ˜„ ok got it but now the question: how I can pass this to the train-agent deployed with Helm chart?

3 years ago
0 Hi, I'M Trying To Set Storage Manager To Use Our Internal Miniio Installation But I Ran Into This Issue With This Testing Code:

as usual it starts small and after 5 mins discussion is getting challenging ๐Ÿ˜„ I love this stuff... let me think a bit about it I will get back to you asap on this.

3 years ago
Show more results compactanswers