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
SmallTurkey79
Moderator
10 Questions, 118 Answers
  Active since 12 April 2024
  Last activity 3 months ago

Reputation

0

Badges 1

103 × Eureka!
0 Votes
1 Answers
467 Views
0 Votes 1 Answers 467 Views
Hi everyone! I just wanted to bring to your attention that ClearML 1.16.0 introduced authentication for the self-hosted fileserver by default. None If any of...
4 months ago
0 Votes
1 Answers
404 Views
0 Votes 1 Answers 404 Views
in case anyone else ever comes across mongo issues using the docker compose clearml stack (in case of a messy shutdown), I have found this script to be a lif...
5 months ago
0 Votes
14 Answers
572 Views
0 Votes 14 Answers 572 Views
7 months ago
0 Votes
9 Answers
517 Views
0 Votes 9 Answers 517 Views
why does clearml still waste time on requirement analysis when I provide them? any tips for how I can reduce clearml overhead ... (the time before work actua...
5 months ago
0 Votes
13 Answers
336 Views
0 Votes 13 Answers 336 Views
any tips on debugging worker graphs not showing up? seems to be some js errors in the console that may be related. running localhost against 1.16.1 images
4 months ago
0 Votes
7 Answers
740 Views
0 Votes 7 Answers 740 Views
Thread re: Pipelines and how they're meant to be used / how long they take to orchestrate. @<1523701205467926528:profile|AgitatedDove14> I appreciated your a...
6 months ago
0 Votes
2 Answers
589 Views
0 Votes 2 Answers 589 Views
7 months ago
0 Votes
43 Answers
11K Views
0 Votes 43 Answers 11K Views
3 months ago
0 Votes
31 Answers
12K Views
0 Votes 31 Answers 12K Views
I noticed after upgrading to the latest clearml that App Credentials now disappear on restart. Is this an intentional design choice? I'm in a bit of a chicke...
4 months ago
0 Votes
54 Answers
17K Views
0 Votes 54 Answers 17K Views
I have set export CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL=true export CLEARML_AGENT_SKIP_PIP_VENV_INSTALL=true in my entrypoint.sh (which runs clearml-agent da...
6 months ago