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

Reputation

0

Badges 1

10 × Eureka!
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hi. Here's a question for uploading models. calling PipelineDecorator.upload_model(model_name, model_path) in a pipeline component logs clearml.model - INFO ...
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hello, I'm trying to get the pipeline progress, but I can't get it properly. I've set the progress via current_task.set_progress() in the pipeline after each...
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hello 🙂 I have multiple clearml server and I want to switch the sdk config( api_server , web_server etc) without modifying the ~/.clearml.conf every time. M...
2 years ago
0 Votes
3 Answers
627 Views
0 Votes 3 Answers 627 Views
Hi. here's a question. I wrote a code below for pipeline, ret = np.asarray(tlbr).copy() if ret.shape == (4,): ret[2:] -= ret[:2] else: ret[:, 2:] -= ret[:, :...
8 months ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hello! I have a problem with tutorial client code crashes on starting pipelines remotely via pipe.start() . (have no problem running it locally with pipe.sta...
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hello, I'm running a ML training using PipelineDecorator . And It seems to be logging every model update (each epoch til over 100). The time for uploading th...
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hello all, I want to know created time for the task, and I'm getting it by the code task.data.created . But I'm worried about using it as it is not officiall...
2 years ago