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
PlainPelican41
Moderator
5 Questions, 19 Answers
  Active since 20 April 2023
  Last activity 11 months ago

Reputation

0

Badges 1

19 × Eureka!
0 Votes
12 Answers
576 Views
0 Votes 12 Answers 576 Views
Hi, Can anyone help me? I'm trying to create a pipeline of pipelines instead of pipeline of tasks?
12 months ago
0 Votes
4 Answers
565 Views
0 Votes 4 Answers 565 Views
is there a quick way to make clearml task to run on few different clearml agents/machines ? for example for cases whrere one agent/machine alone doesn't have...
11 months ago
0 Votes
10 Answers
557 Views
0 Votes 10 Answers 557 Views
Hi, is there a quick way to create new pipeline from few other/"sub" pipelines?
one year ago
0 Votes
1 Answers
601 Views
0 Votes 1 Answers 601 Views
Hi, does anyone know how to get a task version from a task object ?
11 months ago
0 Votes
9 Answers
497 Views
0 Votes 9 Answers 497 Views
does any one know this error while running a pipeline: User aborted: stopping task (3) >?
11 months ago
0 Hi, Can Anyone Help Me? I'M Trying To Create A

earlier you've said I can managed to do so with some hacks. do u have an example or can u explain what I need to do 🙂 ?
maybe some hacks will be ok for now too

12 months ago
0 Hi, Can Anyone Help Me? I'M Trying To Create A

let's say I have pipeline_1 which has 10 tasks in it.
and I also have pipeline_2 with has 10 tasks in it.
I want a new_pipeline that will run pipeline_1 and after that will run pipeline_2.

If I cannot do pipeline of pipelines, it means that I need to create a pipeline containing 20 tasks using add_step !
and In the future if I would like to add pipeline_3 to all of this, I'll need again to use add_step to all the 20 task + the ones of pipeline_3.

I makes all the process very uncomfort...

12 months ago
0 Hi, Can Anyone Help Me? I'M Trying To Create A

I'm using the PipelineController to ctreate a pipeline.
now I want to add 2 other pipelines to this main-pipeline using add_step (so instead of task-id I'm giving it a pipeline-id.
but it doesn't work and always throws error.

If I'm doing the same thing with task ids all works.. so I guess there is another correct way to do a pipeline of pipelines

12 months ago
0 Hi, Can Anyone Help Me? I'M Trying To Create A

currently yes.
but as I said I want to create a pipeline of pipelines

12 months ago
0 Hi, Does Anyone Know How To Get A Task Version From A Task Object ?

found it.
my_task.data.runtime.get("version")

11 months ago
0 Hi, Is There A Quick Way To Create New Pipeline From Few Other/"Sub" Pipelines?

@<1523701070390366208:profile|CostlyOstrich36> I still didn't managed to solved this issue .. can u please help me with that or send and working example of valid pipeline of pipelines (if possible ofc 🙂 )?

12 months ago
0 Is There A Quick Way To Make Clearml Task To Run On Few Different Clearml Agents/Machines ? For Example For Cases Whrere One Agent/Machine Alone Doesn'T Have Enough Resources To Run The Single Task

so same queue for multiple agents will do the work? why do I need to split into steps? so each step will run parallel to the other ?
Can't a task/pipeline's specific node run on multiple agents?

11 months ago
0 Hi, Is There A Quick Way To Create New Pipeline From Few Other/"Sub" Pipelines?

how?
because I tried using PipelineController to create new pipeline and on add_step I just added as base_task_id the id of the pipeline. but it failed with an error 😕
am I doing something wrong ?

one year ago
0 Hi, Is There A Quick Way To Create New Pipeline From Few Other/"Sub" Pipelines?

what I mean is that I want to create a new pipeline of few existing pipelines:
ex:
new_pipeline : input -> existing_pipeline_1 -> existing_pipeline_2
can I do such a thing?

one year ago
0 Does Any One Know This Error While Running A Pipeline:

on a nother machine with the relevant queue

11 months ago
0 Does Any One Know This Error While Running A Pipeline:

not a memo issue.. I also tried to switch the queue to another new machine with new clearml-agent installation
But I get the same result ..

11 months ago
0 Does Any One Know This Error While Running A Pipeline:

if I use start_locally instead of start this issue doesn't occur

11 months ago
0 Hi, Can Anyone Help Me? I'M Trying To Create A

exactly because of the reason I described above:
None

12 months ago
0 Hi, Is There A Quick Way To Create New Pipeline From Few Other/"Sub" Pipelines?

this errors only appears to occur only when I enter on add_step an id of a pipeline. If I enter an id of single task no error occur.

one year ago