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
StoutGorilla30
Moderator
6 Questions, 12 Answers
  Active since 11 May 2023
  Last activity 6 months ago

Reputation

0

Badges 1

9 × Eureka!
0 Votes
1 Answers
599 Views
0 Votes 1 Answers 599 Views
Is it necessary to serve keras model using triton engine? I'm trying to serve an endpoint, and trying to debug, but the error given not helping much. Is ther...
11 months ago
0 Votes
5 Answers
423 Views
0 Votes 5 Answers 423 Views
Can i know how to remove an entry from running the command clearml-serving list? One of my service doesn't work anymore, and i want to remove it
6 months ago
0 Votes
2 Answers
619 Views
0 Votes 2 Answers 619 Views
Hi! I'm trying to setup clearML in a k8s cluster. Currently trying to install the clearML-serving via helm chart. It seems like the helm chart doesn't suppor...
11 months ago
0 Votes
1 Answers
618 Views
0 Votes 1 Answers 618 Views
I'm trying to serve my model usign clearml-serving in kubernetes. I already added the endpoint, and i can see it in the DevOps project. Which pod am i suppos...
11 months ago
0 Votes
8 Answers
739 Views
0 Votes 8 Answers 739 Views
11 months ago
0 Votes
2 Answers
584 Views
0 Votes 2 Answers 584 Views
Is there a way to serve a model via the SDK or REST API? I want to programmatically serve the model after finishing training it via the Pipeline. Or is it a ...
11 months ago
0 Hi, I Just Started Using Clearml And I Love To Test It. I Am Trying To Update Existing Models That Were Already Created Before. When I Upload My Custom Model Using Clearml.Storage, I Got Below Error.

in windows, the clearml.conf would be located in the User folder. Is there any way to configure it to be moved inside the project's folder, or maybe configure it using cli?

11 months ago
0 Can I Know How To Remove An Entry From Running The Command Clearml-Serving List? One Of My Service Doesn'T Work Anymore, And I Want To Remove It

Um, that is not a valid command. And what i want to do is remove the serving instance, not an endpoint

6 months ago
11 months ago
0 When Dumping Model Via Clearml Serving, What Are The Things That The Clearml Will Look At To Populate The Input_Size And Output_Size? I Tried To Dump An Sklearn Model, And The Input_Size And Output_Size Is Null. I Prefer Not To Update It Separately Using

As i understand, if im runnning an sklearn experiment locally, i can also save the model artifact by using joblib.dump. How do i set the metadata of the artifact within the sourcecode of the experiment as well or am i meant to add the metadata separately?

11 months ago
0 When Dumping Model Via Clearml Serving, What Are The Things That The Clearml Will Look At To Populate The Input_Size And Output_Size? I Tried To Dump An Sklearn Model, And The Input_Size And Output_Size Is Null. I Prefer Not To Update It Separately Using

Ahhh, i see. Now i know what i was missing. I thought i could skip the preprocessing part. Does this mean for other engine/framework especially TF/Keras, the serving also sets the input/output based on preprocessing as well?

11 months ago