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
DrabDolphin54
Moderator
16 Questions, 50 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

49 × Eureka!
0 Votes
30 Answers
899 Views
0 Votes 30 Answers 899 Views
Hi, I am trying to pull api data from /tasks.get_all endpoint https://clear.ml/docs/latest/docs/references/api/tasks#post-tasksget_all I can pull data from c...
one year ago
0 Votes
5 Answers
924 Views
0 Votes 5 Answers 924 Views
one year ago
0 Votes
1 Answers
950 Views
0 Votes 1 Answers 950 Views
one year ago
0 Votes
0 Answers
882 Views
0 Votes 0 Answers 882 Views
The brown one, gpu_0_mem_used_gb is independent of other gpu utilization metrics?
one year ago
0 Votes
0 Answers
937 Views
0 Votes 0 Answers 937 Views
Simiar to https://github.com/tslearn-team/tslearn/issues/399
one year ago
0 Votes
3 Answers
984 Views
0 Votes 3 Answers 984 Views
I am moving a code using clearml Python library to use it's API as docker container image. Is there any alternate to use access, secret keys instead I COPY c...
one year ago
0 Votes
19 Answers
975 Views
0 Votes 19 Answers 975 Views
Is there any specific version of numpy you recommend to use with clearml Python library? I am building an Python alpine docker image with clearml==1.7.2 but ...
one year ago
0 Votes
7 Answers
831 Views
0 Votes 7 Answers 831 Views
"5451af93e0bf68a4ab09f654b222ccae": { "1b790a3da2e8d6cd939cf271694fe81b": { "metric": ":monitor:gpu", "variant": "gpu_0_utilization", "value": 0.0, "min_valu...
one year ago
0 Votes
2 Answers
867 Views
0 Votes 2 Answers 867 Views
one year ago
0 Votes
5 Answers
807 Views
0 Votes 5 Answers 807 Views
I found here https://github.com/allegroai/clearml-agent/blob/master/README.md Kubernetes Glue, map ClearML jobs directly to K8s jobs Is there any documentati...
one year ago
0 Votes
2 Answers
862 Views
0 Votes 2 Answers 862 Views
How is this possible. gpu_mem_used gb is 0 but usage in % and gpu utilization is high.
one year ago
0 Votes
0 Answers
809 Views
0 Votes 0 Answers 809 Views
one year ago
0 Votes
2 Answers
877 Views
0 Votes 2 Answers 877 Views
Is this graph for past 30 mins ? How can I check it's time duration?
one year ago
0 Votes
1 Answers
959 Views
0 Votes 1 Answers 959 Views
May I know how to get task urls, task_name and project_name from task_id and project_id ?? I tried https://clear.ml/docs/latest/docs/references/api/definitio...
one year ago
0 Votes
9 Answers
963 Views
0 Votes 9 Answers 963 Views
Hi, Experiments under Projects in UI is same as tasks in api endpoint? In other words, when iterating over https://clear.ml/docs/latest/docs/references/api/t...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Do you have any base image recommendation to install clearml python library? I'm getting error with pip on python:3.9.11-alpine image.
one year ago