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
MinuteMouse44
Moderator
5 Questions, 31 Answers
  Active since 28 May 2024
  Last activity 25 days ago

Reputation

0

Badges 1

27 × Eureka!
0 Votes
5 Answers
407 Views
0 Votes 5 Answers 407 Views
5 months ago
0 Votes
7 Answers
112 Views
0 Votes 7 Answers 112 Views
Hi I’m trying to schedule the tasks execution using clearml.automation.TaskScheduler But the task never starts execution, it always hangs in the ‘pending’ st...
2 months ago
0 Votes
15 Answers
519 Views
0 Votes 15 Answers 519 Views
Hello everyone! I’m trying to setup non aws s3 to store datasets and get and error: 2024-05-27 16:15:52,241 - clearml.storage - ERROR - Failed uploading: Fai...
aws
5 months ago
0 Votes
19 Answers
447 Views
0 Votes 19 Answers 447 Views
Hello! I faced an issue with environment variables with remote agent I set the in clearml.conf in section: development.apply_environment Like this: apply_env...
4 months ago
0 Votes
5 Answers
161 Views
0 Votes 5 Answers 161 Views
Agent and env variables (this is almost duplicate thread ) I’m running simple script: import os from dotenv import load_dotenv from clearml import Dataset, T...
2 months ago