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
3 Answers
1K Views
0 Votes 3 Answers 1K 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...
2 years ago
0 Votes
0 Answers
953 Views
0 Votes 0 Answers 953 Views
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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...
2 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K 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...
2 years 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.
2 years ago
0 Votes
5 Answers
939 Views
0 Votes 5 Answers 939 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...
2 years ago
0 Votes
7 Answers
984 Views
0 Votes 7 Answers 984 Views
"5451af93e0bf68a4ab09f654b222ccae": { "1b790a3da2e8d6cd939cf271694fe81b": { "metric": ":monitor:gpu", "variant": "gpu_0_utilization", "value": 0.0, "min_valu...
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
How is this possible. gpu_mem_used gb is 0 but usage in % and gpu utilization is high.
2 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K 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...
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Is this graph for past 30 mins ? How can I check it's time duration?
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Simiar to https://github.com/tslearn-team/tslearn/issues/399
2 years ago
0 Votes
19 Answers
1K Views
0 Votes 19 Answers 1K 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 ...
2 years ago
0 Votes
2 Answers
998 Views
0 Votes 2 Answers 998 Views
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
The brown one, gpu_0_mem_used_gb is independent of other gpu utilization metrics?
2 years ago
0 Hi, Experiments Under Projects In Ui Is Same As Tasks In Api Endpoint? In Other Words, When Iterating Over

I am missing something in this. Also, I want to use
https://clear.ml/docs/latest/docs/references/api/definitions#taskstask_urls
tasks.task_urls()
It doesn't mention request parameters in this.

` from clearml.backend_api.session.client import APIClient
from clearml import Task

Create an instance of APIClient

client = APIClient()

tasks = client.tasks.task_urls()
print (tasks)
Traceback (most recent call last):
File "get_all_users.py", line 15, in <module>
tasks = client.tasks....

2 years ago
0 Hi, I Am Trying To Pull Api Data From /Tasks.Get_All Endpoint

` # which python
/Users/anuj.tyagi/clearml_api/venv/bin/python
(venv) LMWPRW6F3:clearml_api root# pip freeze | grep clearml
clearml==1.7.2

Traceback (most recent call last):
File "get_all_task.py", line 8, in <module>
print (client.tasks.get_all())
File "/Users/anuj.tyagi/clearml_api/venv/lib/python3.8/site-packages/clearml/backend_api/session/client/client.py", line 422, in get
result=self.session.send(request_cls(*args, **kwargs)),
File "/Users/anuj.tyagi/clearml_api/venv/lib...

2 years ago
0 Hi, I Am Trying To Pull Api Data From /Tasks.Get_All Endpoint

It would be great to have possible fields in the given parameters mentioned here: https://clear.ml/docs/latest/docs/references/api/tasks#post-tasksget_all
Any clue how do I figure out those?

2 years ago
0 I Found Here

ok thanks

2 years ago
0 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.

Worked with python:3.9.11 but didn't work with python:3.9.11-alpine 😮
This is crazy.

2 years ago
0 Hi, I Am Trying To Pull Api Data From /Tasks.Get_All Endpoint

How can it be even this kind of issue with Python when one endpoint is giving response and other not.

2 years ago
2 years ago
0 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 It Breaks When Building Image From Dockerfile.

RUN apk update && apk upgrade --no-cache RUN /usr/local/bin/python3 -m pip install --upgrade pip RUN /usr/local/bin/python3 -m pip install -r requirements.txt

2 years ago
0 Is This Graph For Past 30 Mins ? How Can I Check It'S Time Duration?

I see. It's showing since experiment started.

2 years ago
0 Hi, I Am Trying To Pull Api Data From /Tasks.Get_All Endpoint

` "tags": [],
"system_tags": [
"interactive"
],
"status_changed": "2022-10-13 17:05:22.844000+00:00",
"status_message": "",
"status_reason": "",
"last_worker": "xxx01:!2c1:cpu:10:service:0a750bd8a09b4063a59c96b4370d0815",
"last_worker_report": "2022-10-30 15:23:18.695000+00:00",
"last_update": "2022-10-30 15:23:18.695000+00:00",
"last_change": "2022-10-30 15:23:18.695000+00:00",
"last_iteration": 0,
"last_metrics": {
"29c6dd717a649...

2 years ago
0 "5451Af93E0Bf68A4Ab09F654B222Ccae": { "1B790A3Da2E8D6Cd939Cf271694Fe81B": { "Metric": ":Monitor:Gpu", "Variant": "Gpu_0_Utilization", "Value": 0.0, "Min_Value": 0.0,

Thanks for the reply. If gpu_0_mem_usage is % of GPU memory in use, what is gpu_0_utilization ?

Is gpu_0_utilization also in % then?

2 years ago
0 Hi, I Am Trying To Pull Api Data From /Tasks.Get_All Endpoint

Exactly. I am trying to create alert for tasks that have GPU/CPU allocated but not utilizing it from x period of time.
So, if task is there, GPU will be allocated to it. I will need to check if task is using it or just idle.

2 years ago
0 I Found Here

I found a lot of questions from past chat in this group including by you related to k8 glue with clearml.
Do you mean it recently become part of enterprise version?
AgitatedDove14

2 years ago
Show more results compactanswers