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

Reputation

0

Badges 1

53 × Eureka!
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
4 years ago
0 Votes
23 Answers
1K Views
0 Votes 23 Answers 1K 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...
4 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K 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): ...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
4 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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...
4 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K 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...
3 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
other will come in near future hopefully ๐Ÿ˜„
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Hi everyone!
4 years ago
0 Votes
21 Answers
998 Views
0 Votes 21 Answers 998 Views
3 years ago
0 Votes
29 Answers
1K Views
0 Votes 29 Answers 1K Views
4 years ago
0 The Clearml Helm Charts Page Is Gone?

Hi, not really sure if these is any problem with Github CDN but it looks fine to me right now: https://github.com/allegroai/clearml-helm-charts/issues/155

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

About nodeSelector you are right, one is for the agent pod while the other is used to spawn task pods

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

in Enterprise we support multiqueueing but itโ€™s a different story

one year ago
0 We'Re Trying To Upgrade Our Clearml On K8S But We'Re Getting This Error -

What Chart version are you trying to upgrade from?

2 years ago
0 Hi, Is Clearml-Server Compatible With Latest Versions Of Es ( > 7.6.2)?

Just one more info: atm I tested Elastic v7.10.* . I still didn't tested 7.11-7.12-7.13

3 years ago
0 Hi Team, I Have A Hosted Clearml Server. When I Upload A Large Artifact (Around 25Mb) To The

Ok so we can exclude a timeout due to an ingress controller in the middle. It looks more something related connection management in Fileserver. @<1523701087100473344:profile|SuccessfulKoala55> Do we have a way to pass some envvar to file manager as extraenv to mitigate or fix this behavior?

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:

an implementation of this kind is interesting for you or do you suggest to fork? I mean, I don't want to impact your time reviewing

4 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:

about helm chart, yes, I mean adding capability of managing a configmap qith config file. If it's interesting I can raise a PR otherwise I need to fork ๐Ÿ˜„

4 years ago
0 Hi Channel, I Am Using K8S Clearml-Serving Helm Chart And Noticed A Small Issue. The Current Implementation Of

Ofc itโ€™s possible to add this to the chart but, as @<1523701205467926528:profile|AgitatedDove14> said, itโ€™s not recommended to go directly over public internet with it. Regardless of this, @<1556812486840160256:profile|SuccessfulRaven86> do you have any PR to propose for it? It would be great to have something to discuss on in GH.

one year ago
0 Hello Guys, I'M Trying To Setup A Selfhosted Clearml Server Using Kubernetes (With The "Kubernetes Glue, Map Clearml Jobs Directly To K8S Jobs" Method), So Far Everything Kind Of Works But I Have The Following Issues That I Could Use A Little Help With If

You canโ€™t write on readonly replica is about MongoDB. I guess you are using a multiple replica setup. In this case the mongodb dependency chart have a lot of parameters to tweak the system and maybe also an arbiter is good for you. But this is a huge topic regarding mongodb specific k8s setups.

one year ago
0 I’M A Total Beginner With Kubernetes And Somewhat New To Clearml. I Can’T Seem To Get The Server Setup On Aws Eks. I’Ve Created An Eks Cluster And Node. I Can Access And Run Helm Commands Against The Cluster. According To

Hi BeefyHippopotamus73 , on EKS itโ€™s preferrable to use ALB but you can also work with your nginx. You need DNS records with hostnames you setup pointing to that External IP. If you just need to test, you can simply add entries in you client machine /etc/hosts file (if you are on *nix)

2 years ago
0 I Can’T Continue The Thread We Started So I Am Continuing Here: I Tried The Clearml-Agent Helm But I Have Two Issues:

clearml-agent is a pretty new chart so I expect some issues. Can you pls open an issue on Github for each problem you found?

2 years ago
0 Hello Everyone! The Cache For Pip Does Not Work For Agent In K8S Mode. I Specify Agent.Docker_Pip_Cache As /Mnt/Pip_Cache In The Clearml.Conf. But Nothing Is Saved Along This Path

can you pls check the content of file /root/clearml.conf inside agent pod. I would like to understand how config file looks, ty.

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

about clearml-agent, just set resources in basepodtemplate (cpu gpu ram) so you will have a specific definition

one year ago
Show more results compactanswers