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
6 Questions, 9 Answers
  Active since 19 April 2024
  Last activity 11 days ago

Reputation

0

Badges 1

7 × Eureka!
0 Votes
2 Answers
560 Views
0 Votes 2 Answers 560 Views
6 months ago
0 Votes
2 Answers
122 Views
0 Votes 2 Answers 122 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 month ago
0 Votes
1 Answers
133 Views
0 Votes 1 Answers 133 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...
one month ago
0 Votes
2 Answers
606 Views
0 Votes 2 Answers 606 Views
8 months ago
0 Votes
4 Answers
76 Views
0 Votes 4 Answers 76 Views
Hi everyone, Documentation stands that tasks.get_all() has a include_subprojects keyword. But this piece of code: tasks = client.tasks.get_all( system_tags=[...
15 days ago
0 Votes
8 Answers
586 Views
0 Votes 8 Answers 586 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...
5 months 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?

5 months ago
0 Hi Everyone, Documentation Stands That

Hi @<1744891825086271488:profile|RoundElephant20>
That worked, thank you! It would be great if you mention _allow_extra_fields_ in the documentation 🙂

11 days ago
one month ago
0 Hi From What I Can Tell Trying To Follow This Documentation

clearml-agent daemon --stop
will stop one daemon

one month ago