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
UptightMoth89
Moderator
2 Questions, 3 Answers
  Active since 25 October 2024
  Last activity 20 days ago

Reputation

0

Badges 1

3 × Eureka!
0 Votes
2 Answers
66 Views
0 Votes 2 Answers 66 Views
20 days ago
0 Votes
3 Answers
91 Views
0 Votes 3 Answers 91 Views
27 days ago
0 Hi Everybody! I Am Currently Having Trouble With Clearml Remote Agents Not Getting The Latest Version From My Git Repo. I'M Running My Pipeline Controller Locally, From Inside The Repo, And Clearml Seems To Detect This Correctly. When The Steps Run, Th

Aha, it looks like the pipeline steps remember what the current git revision was when they last ran, so the cloned steps get that rev. That kind of makes sense, but it's also annoying.

Is there any way to tell pipeline steps to get the latest HEAD revision from the repo when they run?

27 days ago
0 Hi Everybody! I Am Currently Having Trouble With Clearml Remote Agents Not Getting The Latest Version From My Git Repo. I'M Running My Pipeline Controller Locally, From Inside The Repo, And Clearml Seems To Detect This Correctly. When The Steps Run, Th

Thanks, I'll try that. But it seems to be doing what I expect, now. If I make changes to a step (task), I have to run it once to register that version of the task in the ClearML DB, and the pipeline pulls the rev that was current when that step was registered.

20 days ago
0 I'M Having Trouble With Storagemanager Leaving Files In The Local Cache On The Clearml Agent Node. Somehow, These Files Are Not Cleaned Up By Storagemanager When I Try To Run New Experiments, Which Then Fail Due To Lack Of Local Storage. Archiving Old E

Clarification -- Task.get_task fails with the following:
clearml.Task - DEBUG - Failed reloading task 22304c030bd30b7a58889b7d5ad7a560: Action failed <400/101: tasks.get_by_id/v1.0 (Invalid task id: ids=(22304c030bd30b7a58889b7d5ad7a560))> (task=22304c030bd30b7a58889b7d5ad7a560)

So it's not that they aren't found, exactly -- it's that the task couldn't be reloaded.

20 days ago