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
AstonishingOx62
Moderator
5 Questions, 7 Answers
  Active since 19 April 2024
  Last activity 3 months ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
2 Answers
533 Views
0 Votes 2 Answers 533 Views
7 months ago
0 Votes
1 Answers
33 Views
0 Votes 1 Answers 33 Views
HI! I was wondering, is there a way to pass a Dockerfile (from the same repo with the code for example) to the base_docker task instead of just a tag? It's m...
13 days ago
0 Votes
2 Answers
478 Views
0 Votes 2 Answers 478 Views
5 months ago
0 Votes
8 Answers
470 Views
0 Votes 8 Answers 470 Views
Hi! To make my script work inside a task, I need to add working_dir to the PYTHONPATH . According to the ClearML agent console log, here are the relevant lin...
4 months ago
0 Votes
0 Answers
5 Views
0 Votes 0 Answers 5 Views
Hello! I am running self-hosted ClearML. Does deleting dataset from the UI also remove it from disk? I've just deleted one (send to archive then delete) and ...
one day ago
0 Hi! To Make My Script Work Inside A Task, I Need To Add

@<1523701070390366208:profile|CostlyOstrich36> I've added clearml to my project. Everything works fine locally: all metrics and other metadata are sent to clearml. Now I want to run my experiments through agent and at this step I got problems.

My project has a complex structure, so I need to modify the PYTHONPATH variable. Otherwise agent will fail with import error. Specifically, I want to add CLEARML_TASK_WORKING_DIR there. How and where should I do this?

4 months ago
13 days ago
0 Hi From What I Can Tell Trying To Follow This Documentation

clearml-agent daemon --stop
will stop one daemon

one day ago