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
ImmensePenguin78
Moderator
14 Questions, 51 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

45 × Eureka!
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
3 years ago
0 Votes
1 Answers
843 Views
0 Votes 1 Answers 843 Views
Quick question - if I use sub-project functionality and there are different root project names but identical sub-project names, is that an issue?
3 years ago
0 Votes
10 Answers
988 Views
0 Votes 10 Answers 988 Views
2 years ago
0 Votes
9 Answers
860 Views
0 Votes 9 Answers 860 Views
Hi, when running a clearml agent with services mode, is there a way to limit the number of concurrent services crunning?
2 years ago
0 Votes
4 Answers
869 Views
0 Votes 4 Answers 869 Views
2 years ago
0 Votes
15 Answers
843 Views
0 Votes 15 Answers 843 Views
Hi, I have a task that's running on a docker container. Now - There are a bunch of other docker containers (namely, Nvidia's TF 21.1 to 21.10) for which I wa...
2 years ago
0 Votes
2 Answers
998 Views
0 Votes 2 Answers 998 Views
Hi, is it possible to apply AND logic in Task.get_tasks? For example, in the below example tags is a list of tags and I want to only fetch tasks that has all...
3 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Hi, Seems that when I upload a string as artifact ( task.upload_artifact(s) where s is a string) that contains newline delimiters ( \n ), these are not parse...
3 years ago
0 Votes
11 Answers
864 Views
0 Votes 11 Answers 864 Views
Hi, how can I query on plots and log added for a specific task programmatically? (as in, besides the ClearML UI and asumming I have its Task ID)
3 years ago
0 Votes
4 Answers
883 Views
0 Votes 4 Answers 883 Views
Hi, how can I download / access artifacts that were uploaded with Task. upload_artifact ? I mean access via code and not via ClearML UI. I am aware that I ca...
3 years ago
0 Votes
9 Answers
881 Views
0 Votes 9 Answers 881 Views
Another question, how can I close a Task with a specified status? I know I am able to do task.close() but this doesn't let me control the task's status and I...
3 years ago
0 Votes
5 Answers
817 Views
0 Votes 5 Answers 817 Views
Hi, I do the following: Task.get_current_logger.report_Text("blabla",level=logging.CRITICAL)And query said log with client = APIClient() result = client.even...
3 years ago
0 Votes
2 Answers
896 Views
0 Votes 2 Answers 896 Views
Hi, how can I get programmatically a Task's logged stderr stream?
3 years ago
0 Votes
1 Answers
854 Views
0 Votes 1 Answers 854 Views
Hi I get the following error repeatedly - any idea what may cause this? Retrying (Retry(total=233, connect=233, read=240, redirect=240, status=240)) after co...
3 years ago