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
ManiacalParrot65
Moderator
6 Questions, 9 Answers
  Active since 16 February 2024
  Last activity 2 months ago

Reputation

0

Badges 1

9 × Eureka!
0 Votes
1 Answers
105 Views
0 Votes 1 Answers 105 Views
2 months ago
0 Votes
1 Answers
595 Views
0 Votes 1 Answers 595 Views
9 months ago
0 Votes
1 Answers
262 Views
0 Votes 1 Answers 262 Views
Hello everyone, is there a way to download the ClearML documentation without having to scrape the pages? Thank you very much.
3 months ago
0 Votes
9 Answers
101 Views
0 Votes 9 Answers 101 Views
Hi everyone, I’m trying to run a ClearML pipeline. I’m using the " Pipeline from function" script and running it with the ClearML agent. However, the run fai...
2 months ago
0 Votes
7 Answers
191 Views
0 Votes 7 Answers 191 Views
..
🚨 Issue with Cloning ClearML Experiments Using SSH 🚨 Hey, I've run into an issue while trying to clone a ClearML experiment that's configured with an SSH G...
3 months ago
0 Votes
0 Answers
37 Views
0 Votes 0 Answers 37 Views
Problem with ClearML Serving Instance Cleanup Hi team, I’m running into an issue with ClearML Serving using the Helm chart to deploy our ML models via clearm...
8 days ago
0 Hi Everyone, I’M Trying To Run A Clearml Pipeline. I’M Using The "

I just found out that ClearML Agent has a service mode. However, I'm currently using ClearML Agent with a Helm chart on Kubernetes (K8s). How can I start the agent in service mode in this setup?

2 months ago
0 Hi Everyone, I’M Trying To Run A Clearml Pipeline. I’M Using The "

@<1729671499981262848:profile|CooperativeKitten94> here:

None

global:
imageRegistry: "docker-proxy.nexmart.com:5000"
clearml:
existingAgentk8sglueSecret: "clearml-agent-secret"
existingClearmlConfigSecret: "clearml-agent-secret"
agentk8sglue:
defaultContainerImage: "repo.nexmart.com:5000/nm-container-python:3.9"
apiServerUrlReference: " [None](http://test-clearml-clearml-apiserver.clearm...

2 months ago
0 Hi Everyone, I’M Trying To Run A Clearml Pipeline. I’M Using The "

Its actually happens in both sometimes in the pipeline task and sometimes in pipeline controller

2 months ago
0 Hi Everyone, I’M Trying To Run A Clearml Pipeline. I’M Using The "

@<1523701070390366208:profile|CostlyOstrich36> can you help me with that? I can provide you more information if you need 🙌

2 months ago
0 Hi Everyone, I’M Trying To Run A Clearml Pipeline. I’M Using The "

@<1729671499981262848:profile|CooperativeKitten94> I still have this problem even with other pipelines, can you please help me?

2 months ago
0 Hi Everyone, I’M Trying To Run A Clearml Pipeline. I’M Using The "

The clearML agent works within the Kubernetes cluster

2 months ago
0 ..

I actually want to use HTTPS instead of SSH, which is why I have set a username and password. However, the issue is that when I clone the repository, the link appears as git@gitlab-ssh.[our-company-domain].com:testgroup/testproject.git instead of https://[our-company-domain].com/gitlab/testgroup/testproject.git .

3 months ago
0 ..

I found it easier to use HTTPS(:
When I manually changed the REPOSITORY prop in the cloned task from an ssh address to an https address, it worked fine. But I don't want to change the REPOSITORY every time I clone.

3 months ago