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
16 Questions, 28 Answers
  Active since 10 January 2023
  Last activity one month ago

Reputation

0

Badges 1

23 × Eureka!
0 Votes
5 Answers
788 Views
0 Votes 5 Answers 788 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...
9 months ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Hi! Using PytorchLightning. How do I define the names of the plots in the legend?
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
what is user properties for and how can I add parameters to it via code? thx!
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K 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...
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
How do I create sub projects with the new version 1.0?
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K 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...
3 years ago
0 Votes
3 Answers
510 Views
0 Votes 3 Answers 510 Views
Hi I'm trying to setup CLearML Serving however the clearml-serving-triton keeps failing to start. Attached the full docker-compose up log and the docker-comp...
5 months ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
@<1574207105437536256:profile|HungryCat90> somebody in the team should add ClearMl to this list None
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Is it possible to have Task.get_tasks() with allow_archived=False ?
3 years ago
0 Votes
1 Answers
636 Views
0 Votes 1 Answers 636 Views
Hi Is it possible to use the Pythonic remote-execution command task.execute_remotely(queue_name="default") and have the remote job select requirements from a...
6 months ago
0 Votes
2 Answers
869 Views
0 Votes 2 Answers 869 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 = ...
9 months ago
0 Votes
1 Answers
263 Views
0 Votes 1 Answers 263 Views
one month ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K 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...
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K 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...
3 years ago
0 Votes
5 Answers
3K Views
0 Votes 5 Answers 3K Views
Hi I'm running an HPO service but getting Task Failed: Stopping Task (4) with no error logs. In this example he says it's related to .ssh but I'm not sure wh...
one month ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
3 months 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?

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.

9 months 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 🙂

3 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 😅

4 years ago
0 Hi I'M Trying To Setup Clearml Serving However The

Hi,
My conclusion is that these errors are probably caused by CUDA version mismatch.
The latest clearml-serving-triton docker container is built for CUDA 11.7
and my machine is configured with CUDA 12.X

Are there any plans to support ClearML serving with CUDA 12.X in the near future?

5 months ago
0 Hi I'M Trying To Setup Clearml Serving However The

Thanks @<1523701205467926528:profile|AgitatedDove14>
Works well

5 months ago
0 How To Create A New Project From Python Code In The Remote Worker?

I mean how to set the task name at script onset of remotely running task?

2 months 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.)

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

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

4 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...
9 months ago
0 Hi, The Restful Api

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

3 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

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

9 months ago
0 How To Create A New Project From Python Code In The Remote Worker?

I figured out that I was using the wrong API call. I accidenta used the backend task.set_project() instead of the front end task.move_to_project() and then all the errors were not informative.

2 months 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.

9 months 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

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

does this work for multiple levels?

4 years ago
0 I Got A Clearml-Serving Instance Running With Inferences Served Correctly, However The Model-Endpoints Dashboard Screen Is Remaining Empty With The Splash Screen. Why Don'T The Model Endpoints Appear There Too?

Hi @<1523701070390366208:profile|CostlyOstrich36>
I'm running the latest Open server (2.1.0) and the latest clearml-serving package (1.3.5) and still the endpoints screen is blank.
Any updates on when this feature might be integrated or am I missing something?
image

2 months ago
0 I Tried Using

I’ll try and let you know, thanks!

9 months ago
0 Hi I'M Running An Hpo Service But Getting Task Failed: Stopping Task (4) With No Error Logs. In This Example He Says It'S Related To .Ssh But I'M Not Sure What The Solution Is? Any Ideas How To Fix And Debug?

At first attempt it failed with error then the rest attempts got aborted without error. The Clearml should have the proper git certificate so I'm not sure what the problem is. tried restarting the server but that did not help.
image
image

one month ago