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
5 Questions, 10 Answers
  Active since 07 February 2023
  Last activity 6 months ago

Reputation

0

Badges 1

10 × Eureka!
0 Votes
3 Answers
355 Views
0 Votes 3 Answers 355 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 ...
7 months ago
0 Votes
11 Answers
313 Views
0 Votes 11 Answers 313 Views
7 months ago
0 Votes
2 Answers
270 Views
0 Votes 2 Answers 270 Views
Hi Does anyone know how can it be that task.last_worker returns None ?
6 months ago
0 Votes
3 Answers
276 Views
0 Votes 3 Answers 276 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 "...
6 months ago
0 Votes
4 Answers
334 Views
0 Votes 4 Answers 334 Views
Hello all, Does anyone know how to change the ID of a running agent? Or create an agent with a predetermined ID?
7 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?

7 months 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.

7 months 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?

7 months 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.

7 months 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.

6 months 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.

6 months 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

7 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?

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

7 months ago