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
SuperiorPanda77
Moderator
10 Questions, 49 Answers
  Active since 10 January 2023
  Last activity 9 months ago

Reputation

0

Badges 1

29 × Eureka!
0 Votes
3 Answers
611 Views
0 Votes 3 Answers 611 Views
Hey everyone, is it possible to use the task_filter argument of Task.query_tasks to filter based on the value of a particular parameter?
one year ago
0 Votes
12 Answers
734 Views
0 Votes 12 Answers 734 Views
Hi, I've got a quick question about Task.connect . I'm trying to connect a dictionary which contains a few thousand hashes and it works fine locally but take...
2 years ago
0 Votes
4 Answers
583 Views
0 Votes 4 Answers 583 Views
9 months ago
0 Votes
3 Answers
648 Views
0 Votes 3 Answers 648 Views
Hi! I have a few tasks that are not transitioning from Running to Completed , despite that python process terminating. Are there any known reasons for this?
one year ago
0 Votes
4 Answers
578 Views
0 Votes 4 Answers 578 Views
Does Task.init() just return the current task when run on a task that has been launched remotely by Task.execute_remotely ? It looks like that is the behavio...
one year ago
0 Votes
5 Answers
716 Views
0 Votes 5 Answers 716 Views
Hey everyone, should a self-hosted ClearML server be stopped before backing up? Are there any risks to backing up (i.e. tar ring /opt/clearml/data ) when the...
one year ago
0 Votes
9 Answers
610 Views
0 Votes 9 Answers 610 Views
Hi again, are there any examples of one script being used to execute multiple remote tasks? If I could use Task.execute_remotely with clone=False and exit_pr...
one year ago
0 Votes
2 Answers
573 Views
0 Votes 2 Answers 573 Views
Hey everyone, please could I have a volunteer to help me with this https://github.com/allegroai/clearml-server/pull/114 ? We need someone on an Intel MacOS t...
2 years ago
0 Votes
2 Answers
619 Views
0 Votes 2 Answers 619 Views
Hey everyone, got a quick questions about backing up a ClearML server. Should the server be stopped with docker-compose down before archiving /opt/clearml/da...
2 years ago
0 Votes
12 Answers
601 Views
0 Votes 12 Answers 601 Views
Is it possible to change the files_server URL displayed when generating new credentials in the GUI? For example, to a GCP bucket address.
2 years ago