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
LoosePigeon2
Moderator
3 Questions, 4 Answers
  Active since 06 August 2024
  Last activity one month ago

Reputation

0

Badges 1

4 × Eureka!
0 Votes
6 Answers
75 Views
0 Votes 6 Answers 75 Views
one month ago
0 Votes
5 Answers
222 Views
0 Votes 5 Answers 222 Views
3 months ago
0 Votes
1 Answers
68 Views
0 Votes 1 Answers 68 Views
Hello Everyone, Is there a way to disable git cloning in remote execution while using docker image. My docker image already have the source code required to ...
29 days ago
0 Hi Everyone, I Am New To Clearml And Am Trying To Use Clearml Agent With A Docker Image For Run A Pipeline Remotely. My Agent Is Running And It Is Able To Pick Up The Tasks From The Queue. It Starts Running The Task Inside Docker. However, It Exits The T

The steps I took

  • I created the docker image of the repository where the pipeline is written and uploaded it to the azure container registry.2. Running a clearML agent on a machine which reads from the queue where tasks are being added to.
  1. Start the task

After that the clearML agent picked it up, created a venv using docker images and tried to install the packages included in that docker image. And where it is failing based on my understanding.

The part I'm wondering about is, why is i...

3 months ago
0 Hi Everyone, I Have A Question On How To Disable Running Pipelines In Hybrid Mode, So That Agent Only Considers The Code From Git And Not From Local Repo While Running A Task Remotely. I Am Trying To Run A Demo Pipeline Remotely Using Clearml-Agent. Some

Hi, Thank you for the reply. However, I set these in my repo clearml.conf settings as suggested and it where I'm triggering that pipeline from, the same machine. it doesn't seem to work.

one month ago