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
SmallPigeon24
Moderator
6 Questions, 13 Answers
  Active since 07 February 2023
  Last activity 4 months ago

Reputation

0

Badges 1

13 × Eureka!
0 Votes
6 Answers
321 Views
0 Votes 6 Answers 321 Views
Hi all I am would like to somehow prevent clearml caching from caching a task that hasn't uploaded artifacts (using cache_executed_step in add_step )? Can th...
4 months ago
0 Votes
2 Answers
631 Views
0 Votes 2 Answers 631 Views
Hi Does anyone know how can it be that task.last_worker returns None ?
one year ago
0 Votes
3 Answers
835 Views
0 Votes 3 Answers 835 Views
Hello all, another question I have: In my pipeline, my last step is skipped instead of running. Why? How can I unskip it? Just to be clear, the parent steps ...
one year ago
0 Votes
11 Answers
628 Views
0 Votes 11 Answers 628 Views
one year ago
0 Votes
3 Answers
685 Views
0 Votes 3 Answers 685 Views
Hello all For some reason, whenever I start a pipeline it starts two runs at the same time, which ruins one task. When I abort one such pipeline run, I get "...
one year ago
0 Votes
4 Answers
695 Views
0 Votes 4 Answers 695 Views
Hello all, Does anyone know how to change the ID of a running agent? Or create an agent with a predetermined ID?
one year ago
0 Hello All For Some Reason, Whenever I Start A Pipeline It Starts Two Runs At The Same Time, Which Ruins One Task. When I Abort One Such Pipeline Run, I Get "Aborted 2 Experiments". How Can I Stop That?

I do have 2 initial steps, then one step. However, I abort after the 2 initial steps are done, and I get the "2 experiments aborted."
My third step is ruined because a resource addressed is busy while accessed, which is weird.
Also, when starting the pipeline from a script it starts 2 concurrent runs (experimnt 240 and 241), while it should only start 1.

one year ago
0 Hi I Want To Have Several Boards Connected To The Same Experiment Manager, And Have Agents On The Manager Using These Boards, One Agent For Each Board. I Thought That If I Know What The Agent Is, I Can Assign One Board Per Agent - If The Agent Is 1, Then

@<1523701087100473344:profile|SuccessfulKoala55> No, I mean a chip. A piece of hardware that cannot, on it's on, run an agent and as such an attached computer - in this case, the server - will have an agent accessing it via ssh. In my case, I want to have a "board farm" - multiple boards for running inferences on them, and I'd like to have them all connected to the same server.

one year ago
0 Hello All, Does Anyone Know How To Change The Id Of A Running Agent? Or Create An Agent With A Predetermined Id?

Thank you. It says in the doco I can use enviromental to control the ID, but I don't understand how -
None

one year ago
0 Hi All I Am Would Like To Somehow Prevent Clearml Caching From Caching A Task That Hasn'T Uploaded Artifacts (Using Cache_Executed_Step In

Yes. Sometimes, task (on HIL finish but fails on the HIL and does not produce output. Is it possible to not fail the task and still mark it as uncacheable?

4 months ago
0 Hi All I Am Would Like To Somehow Prevent Clearml Caching From Caching A Task That Hasn'T Uploaded Artifacts (Using Cache_Executed_Step In

If possible, I would like the second option and invalidate caching that completed task. But I am considreing just failing the task.

4 months ago
0 Hello All, Does Anyone Know How To Change The Id Of A Running Agent? Or Create An Agent With A Predetermined Id?

Will it work retroavtively, or do I need to create the agent with said name?
And if so, how do I create an agent with a predetermined name?

one year ago
0 Hello All, Another Question I Have: In My Pipeline, My Last Step Is Skipped Instead Of Running. Why? How Can I Unskip It? Just To Be Clear, The Parent Steps Succeed.

@<1523701070390366208:profile|CostlyOstrich36> Unfortunately I cannot supply anything, as no information is provided. Please see attached screen shot, that is all the information I have.
image

one year ago
0 Hi Does Anyone Know How Can It Be That

I think it may be the case - I get that when I don't run through the pipeline but through the IDE option to run a script.

one year ago
0 Hi I Want To Have Several Boards Connected To The Same Experiment Manager, And Have Agents On The Manager Using These Boards, One Agent For Each Board. I Thought That If I Know What The Agent Is, I Can Assign One Board Per Agent - If The Agent Is 1, Then

@<1523701087100473344:profile|SuccessfulKoala55> I disagree. Queues can have multiple workers, and that implies multiple instances of a task can run concurrently.
This is necessary for board farms, or any non-tiny scale of work.

one year ago
0 Hi I Want To Have Several Boards Connected To The Same Experiment Manager, And Have Agents On The Manager Using These Boards, One Agent For Each Board. I Thought That If I Know What The Agent Is, I Can Assign One Board Per Agent - If The Agent Is 1, Then

@<1523701070390366208:profile|CostlyOstrich36> Hi!
Thank you very much for the informative answer.
I have a follow-up question on q.1: Is there a pythonic way to retrieve that info mid-run?

one year ago