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, 379 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

53 × Eureka!
0 Votes
3 Answers
580 Views
0 Votes 3 Answers 580 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
21 Answers
536 Views
0 Votes 21 Answers 536 Views
2 years ago
0 Votes
2 Answers
583 Views
0 Votes 2 Answers 583 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
571 Views
0 Votes 4 Answers 571 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 Votes
12 Answers
547 Views
0 Votes 12 Answers 547 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
1 Answers
614 Views
0 Votes 1 Answers 614 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
0 Answers
660 Views
0 Votes 0 Answers 660 Views
Hi everyone!
3 years ago
0 Votes
0 Answers
580 Views
0 Votes 0 Answers 580 Views
other will come in near future hopefully 😄
3 years ago
0 Votes
2 Answers
624 Views
0 Votes 2 Answers 624 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
23 Answers
659 Views
0 Votes 23 Answers 659 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
29 Answers
621 Views
0 Votes 29 Answers 621 Views
3 years ago
0 Is There An Autoscaler Equivalent For K8S? That Is, A Service That Will Launch Pods Based On Incoming Requests?

it’s usually needed for autoscaler to decide when and how to scale up and down

12 months ago
0 Is There An Autoscaler Equivalent For K8S? That Is, A Service That Will Launch Pods Based On Incoming Requests?

on OSS it’s usually the only way to as many agent deployments for any queue you define

12 months ago
0 Hi Everyone, I Had A Request To Use

output_dest works:)

About last point: I would like to retrieve the pipeline 'output_dest' and use it as a parameter in adding steps, is that possible?

2 years ago
0 Is There An Autoscaler Equivalent For K8S? That Is, A Service That Will Launch Pods Based On Incoming Requests?

this will make autoscaler life easier knowiing exactly how much resources you need

12 months ago
0 Hello Guys, I Have A Strange Situation With A Pipeline Controller I'M Testing Atm. If I Run The Controller Directly In My Pycharm On Notebook It Connects Correctly To The K8S Cluster With Trains Installed. After This, If I Go Directly In The Ui, I Reset T

today I'm in the middle of sprint plannings for my team so I will not be probably fast to help if needed, but feel free to ping me just in case (I will try to do my best)

3 years ago
one year ago
0 Hi Folks, I Just Deployed A Clearml Agent Using The Helm Chart. I Have A Few Doubts:

accessing apiserver from a pod doesn’t require kubeconfig

one year ago
0 Hi. I Have A Questoin About Installng Clearml Using Helm Chart On Virtualbox Linux Environment

btw, judging from screenshots services are ok but pod are not up, especially elastic, redis and mongodb are Pending so it means k8s didn’t scheduled them for some reason you can find describing these pods

one year ago
0 Hi. I Have A Questoin About Installng Clearml Using Helm Chart On Virtualbox Linux Environment

Did you use any override values.yaml file for this installation ?

one year ago
0 When I Run

Not sure at what level is occurring. What ingress controller are you using?

one year ago
0 When I Run

Maybe it can be enough to set annotations in ingress section

one year ago
7 months ago
Show more results compactanswers