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
SuperficialDolphin93
Moderator
11 Questions, 20 Answers
  Active since 10 January 2023
  Last activity 6 days ago

Reputation

0

Badges 1

18 × Eureka!
0 Votes
1 Answers
939 Views
0 Votes 1 Answers 939 Views
Is it possible to have Task.get_tasks() with allow_archived=False ?
2 years ago
0 Votes
6 Answers
917 Views
0 Votes 6 Answers 917 Views
When using the clearml.backend_api to get tasks, is there a way to know a-priori how many pages I will need for all results? Right now I keep requesting unti...
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
How do I create sub projects with the new version 1.0?
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi, the RESTful API POST /task.get_all seems to be limited to 500 tasks but I have 2k tasks (because each task is trained very quickly on a single data sampl...
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
I think this is a bug in ClearML web GUI The issue is the Total count in All Experiments is incomplete until clicking Load More . Steps to reproduce: Run man...
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
for proj in inference_projs: print("getting tasks") tasks = Task.get_tasks(project_name=proj['name'])does the clearML server support multithreading this code...
2 years ago
0 Votes
1 Answers
924 Views
0 Votes 1 Answers 924 Views
what is user properties for and how can I add parameters to it via code? thx!
3 years ago
0 Votes
2 Answers
80 Views
0 Votes 2 Answers 80 Views
Hi! How to correctly configure Clearml with PyTorch-Ignite to write checkpoints to the /mnt/nfs/shared Project Dir in a 3-agent cluster? I tried this task = ...
15 days ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Hi! Using PytorchLightning. How do I define the names of the plots in the legend?
3 years ago
0 Votes
5 Answers
61 Views
0 Votes 5 Answers 61 Views
I tried using clearml.automaton.TriggerScheduler in the following way: """Add a trigger to test the model once it is published.""" from clearml.automation im...
21 days ago
0 Votes
1 Answers
518 Views
0 Votes 1 Answers 518 Views
@<1574207105437536256:profile|HungryCat90> somebody in the team should add ClearMl to this list None
2 years ago
0 Hi! Using Pytorchlightning. How Do I Define The Names Of The Plots In The Legend?

Yes, thanks for your help! Now I need to find how to change the PL naming

3 years ago
0 How Do I Create Sub Projects With The New Version 1.0?

does this work for multiple levels?

3 years ago
0 How Do I Create Sub Projects With The New Version 1.0?

Thanks! Surprisingly, I didn't see this documented anywhere

3 years ago
0 Hi! Using Pytorchlightning. How Do I Define The Names Of The Plots In The Legend?

Every experiment includes fitting a model 7 times (once per subject). For a given metric (say train_acc) I would like to group the series into one plot (which is the default setting - good). What I want is to manually provide a name to each series equal to the subject name (Subject 1, Subject 2, etc.)

3 years ago
0 I Tried Using

Hi @<1523701070390366208:profile|CostlyOstrich36>
Unfortunately if I run it from a regular worker it still does not seem to work. The script takes about 10 seconds to run on my machine (locally), then quits. In the Webserver I see the Scheduler Task appear running in the DevOps project, but publishing models does not trigger the requested Test task.

20 days ago
0 I Tried Using

I’ll try and let you know, thanks!

21 days ago
0 For Proj In Inference_Projs: Print("Getting Tasks") Tasks = Task.Get_Tasks(Project_Name=Proj['Name'])

I would like to get all tasks where the project name contains "inference/".
The way I did it is to first filter "get_projects()" then get the task.

For sure there is a way to do this in one get_tasks call?

Thanks 🙂

2 years ago
0 Hi, The Restful Api

I'm doing:
` from clearml.backend_api import Session
from clearml.backend_api.services import tasks, events, projects

... # get project_ids

session = Session()
res = session.send(tasks.GetAllRequest(project=project_ids)) this response object res is limited to 500 tasks, and no scroll_id ` is provided.

When I do tasks.get_all (which is not the RESTful API I don't have the option to filter by project name

2 years ago
0 Hi, The Restful Api

SuccessfulKoala55
Thank you, but I still don't know how to authenticate my REST API session

2 years ago
0 Hi! Using Pytorchlightning. How Do I Define The Names Of The Plots In The Legend?

Some tasks have so many models, it gets really messy without proper names 😅

3 years ago
0 I Tried Using

It just gets stuck in this screen and no published models are triggering a base task clone.
What am I missing?
image

21 days ago
0 Hi! How To Correctly Configure Clearml With Pytorch-Ignite To Write Checkpoints To The

Hi,
that doesn't work for me in the agent queues, because somehow the output_uri gets switched in runtime and then the ClearMLSaver creates a new dirname under the /tmp in the docker container. I solved it by manually specifying the dirname but I'm not happy with not understanding the output_uri behavior and configuration.

7 days ago
0 For Proj In Inference_Projs: Print("Getting Tasks") Tasks = Task.Get_Tasks(Project_Name=Proj['Name'])

CostlyOstrich36 Thanks, I tried that, but I get
"authenticated": False when using POST/login.supported_modes and this leads to a "Unauthorized (missing credentials)" response when using POST/login.tasks.get_all

Any clues how to authenticate myself?

2 years ago
0 Has Anybody Had Success Serving A Clearml Server With Traefik Https Tunneling?

I tried setting up the Traefik Load Balancer to expose the on-prem server externally using the subdomain configuration.
I see this in /opt/clearml/logs/filerserver.log

[2024-12-11 15:20:09,439] [8] [WARNING] [urllib3.connectionpool] Retrying (Retry(total=239, connect=3, read=240, redirect=240, status=240)) after c
onnection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ceb8bf3cf70>: Failed to establish a new connection: [Errno
 -2] Name or service n...
7 days ago