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
HungryArcticwolf62
Moderator
3 Questions, 5 Answers
  Active since 10 January 2023
  Last activity 5 months ago

Reputation

0

Badges 1

4 × Eureka!
0 Votes
2 Answers
609 Views
0 Votes 2 Answers 609 Views
11 months ago
0 Votes
3 Answers
353 Views
0 Votes 3 Answers 353 Views
Hi, Is there a way to get the project name of a model from the SDK. The property project of a model returns its id, I'd like to get the project name but I do...
5 months ago
0 Votes
7 Answers
564 Views
0 Votes 7 Answers 564 Views
Hello, I've been using Clearml for a month now, and must say it's a really good product! I'm mostly working with huggingface transformers, I integrated clear...
2 years ago
0 Hello, I'Ve Been Using Clearml For A Month Now, And Must Say It'S A Really Good Product! I'M Mostly Working With Huggingface Transformers, I Integrated Clearml In My Solution:

Actually, this opens my mind on what I'm trying to achieve. I'm trying to find a way to store the model (will try using the output_uri argument), and also a way to serve models using clearml-serving. Since I don't know yet how clearml-serving works, I wanted first to archive the correct files.

2 years ago
0 Hello, I'Ve Been Using Clearml For A Month Now, And Must Say It'S A Really Good Product! I'M Mostly Working With Huggingface Transformers, I Integrated Clearml In My Solution:

Hi AgitatedDove14 , CostlyOstrich36
Thanks for the links. I see that clearml-serving supports a predefined list of engines, transformer no included. Do you have any documentation on how one would implement an engine and integrate it into the on prem version?

2 years ago
0 Hello, Got A Simple Pipeline With 2 Tasks, First Task Is The Parent Of The Second One. Until Recently Everything Worked Fine. We Updated Agent Versions And Now A Strange Behavior Happens: The Second Task Is Always Skipped. The Code Base Hasn'T Changed. I'

clearml-agent version:
clearml-agent==1.5.2
this is what I meant by skip:
The pipeline starts, in the UI I see the 2 tasks (grey background), with the correct scheduling (task number 2 depends on task number 1). As soon as, or just before, task number 1 starts, task number 2 state changes to "skipped".

11 months ago
0 Hi All, I Am Seeing This In My Logs:

Has there been any update on this? Not sure to see something related in the latest release notes

one year ago
0 Hi, Is There A Way To Get The Project Name Of A Model From The Sdk. The Property

Hey @<1523702000586330112:profile|FierceHamster54>
Thanks for the info, that's unfortunate it's not available through the sdk. Let's bypass the SDK to achieve this ^^

5 months ago