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
TightElk12
Moderator
9 Questions, 26 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

25 × Eureka!
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, i'd like to have more info on how to create a sub-project : https://clear.ml/docs/latest/docs/fundamentals/task#projects-and-sub-projects
3 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
I'm looking into a way to hint git repository location as I'm using a launcher to start python script. Currently the dashboard shows some unrelated uncommite...
3 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
Hello, if I set export CLEARML_FILES_HOST=" https://files.community.clear.ml " and execute a script that should store models, should I expect to see them dow...
4 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
I would like to understand the limitations of Task.current_task() and in which cases it should not be called in order to avoid catching another running in pa...
3 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
Another question, is it possible to run a single experiment which is composed of multiple steps executed as sequential sub-processes where the current task i...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
I wonder what is the best practice today to fetch a model from another task by models name or id ? Currently, I see this can be done as from clearml import T...
4 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
I wonder if there is a way to setup Task such that it would raise an error if the env where execution happens is not configured to track things on our custom...
4 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
I was wondering if we can see full launch cmd somewhere on Trains UI ? For example, I run my code as python -m torch.distributed.launch --nproc 2 --use_env -...
4 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Can we somehow add a column "Duration" to the list of Experiments ?
4 years ago