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
MoodyOx45
Moderator
4 Questions, 8 Answers
  Active since 10 June 2023
  Last activity one year ago

Reputation

0

Badges 1

8 × Eureka!
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
2 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi! I have a question about the ClearML API. Why do all apis use POST http method? Even delete apis are POST. The reason is I'm deploying my own API server b...
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi, stupid questions. - Is it possible to execute only some tasks in the pipeline or start from somewhere in the middle? The only way i can think of is to ex...
2 years ago
0 Hi, Stupid Questions.

Yeah all clear to me. Thank you.

2 years ago
0 Hi Guys, I Am Having Some Problems About Parsing Arguments To A Task When Running On Agent. I Have A Task A That Creates Another Task B Via Subprocess. Some Arguments Of A And B Share The Same Names. The Problem Is That They'Re Visible To B Even Though I'

I think that what you want is to build a pipeline from those Tasks? Or create a Task and enqueue it manually directly from Task A?

Hi @<1523701205467926528:profile|AgitatedDove14> , exactly what I wanted 🙂 .
I was wondering about what i can do with the agent's argparse magic.
Thanks for your answer.

one year ago
0 Hi! I Have A Question About The Clearml Api. Why Do All

Thanks for your suggestion @<1523701087100473344:profile|SuccessfulKoala55> !
It sounds like retry is hard if you're not using POST. Am I interpreting this right?
POST is convenient, yeah I agree but I don't see why the rest can't retry.

It would be helpful if you could elaborate more; which behavior you're trying to control, what's the actual SW stacks and why they're on good terms with POST, why other methods won't work, etc.

one year ago
0 Hi, Stupid Questions.

Thanks @<1523701070390366208:profile|CostlyOstrich36> , so i think some control logic must be written the code, and then use the pipeline input to select the portion of tasks to run (pls correct me if i'm wrong)

Then, i assume selectively running only some tasks from the web app is not supported yet? Let's say i want to start running the [ClearML example pipeline](https://app.clear.ml/pipelines/3572715422f15594b676fa9004e36149/experiments/e-7d38ec49f0cc41b99f67929474af994a?columns=selected...

2 years ago