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 9 months ago

Reputation

0

Badges 1

9 × Eureka!
0 Votes
1 Answers
752 Views
0 Votes 1 Answers 752 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...
one year ago
0 Votes
1 Answers
768 Views
0 Votes 1 Answers 768 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...
one year ago
0 Votes
5 Answers
575 Views
0 Votes 5 Answers 575 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
9 months ago
0 Votes
8 Answers
885 Views
0 Votes 8 Answers 885 Views
one year ago
0 Votes
2 Answers
731 Views
0 Votes 2 Answers 731 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 ...
one year ago
0 Votes
2 Answers
754 Views
0 Votes 2 Answers 754 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...
one year 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?

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

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

one year 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

9 months ago