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
AmusedCat74
Moderator
11 Questions, 53 Answers
  Active since 26 January 2023
  Last activity 11 months ago

Reputation

0

Badges 1

31 × Eureka!
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Hello everyone, I am having issues with the GCP Autoscaler. This is in the output logs: 2023-11-17 11:18:19,156 - clearml.Auto-Scaler - ERROR - Found invalid...
one year ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
Hi all, I am having an issue with ClearML Scheduler where it doesn't reuse the task as I would expected. I have raised this issue . Has anyone else experienc...
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi all, I'm getting set up with GCP Autoscaler and I'm wondering what image people typically use for running docker jobs. The image that I was using projects...
one year ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
There is a requests vulnerability. Can someone please action None
2 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Hi all, I am seeing this in my logs: 2023-02-08 15:17:25,538 - clearml - WARNING - Failed decoding debug image [553, 509, 3] 2023-02-08 15:17:25,539 - clearm...
2 years ago
0 Votes
1 Answers
935 Views
0 Votes 1 Answers 935 Views
GCP Autoscaler Feature Request: Currently, one has to provide the exact machine image to use in the 'Machine Image' field. However, I'd like to use the lates...
11 months ago
0 Votes
4 Answers
801 Views
0 Votes 4 Answers 801 Views
Hi, I'm trying to understand a bit more about clearml-agent . When a task is run through clearml-agent why is clearml-agent itself installed in the python en...
12 months ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
GCP AutoScaler limits not working correctly? Hi there, I have encountered some unexpected behaviour with the GCP Autoscaler. The AutoScaler does not appear t...
one year ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hey all, does anyone know how to query hidden aws autoscaler tasks using the python sdk? I've put such a task below Task.query_tasks(task_filter={"system_tag...
2 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Been looking all over and can't find the solution to this one. If I have a user id hash (the 32 alphanumeric), how do I find the user's name which is associa...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi all, I have an ongoing issue with queues. - I send a task to my_queue which does not have any listening agents. This is done using task = Task.init(...) a...
2 years ago
0 Hi, I'M Trying To Understand A Bit More About

@<1523701087100473344:profile|SuccessfulKoala55> Thanks for getting back to me. My image contains clearml-agent==1.9.1 . There is a recent release to 1.9.2 and now on every run the agent installs this newer version thanks to the -U flag which is being passed. From the docs it looks like there may be a way to prevent this upgrade but it's not clear to me exactly how to do this. Is it possible?

11 months ago
0 Hi Today I'M Suddenly Getting This

It started working fine this morning again for me

2 years ago
0 Hi All, I Am Having An Issue With Clearml Scheduler Where It Doesn'T Reuse The Task As I Would Expected. I Have Raised

If a Task is in the 'Completed' I think the only option is to 'Reset' it (see image). You do clear the previous run execution but I think for a repetitive task this is fine.
Maybe this should only be the case if it is in a 'Completed' state rather than 'Failed'. I can see that in this case you would not want to clear the execution because you would want to see why it Failed. Thoughts?
image

2 years ago
0 Hi All, I Am Seeing This In My Logs:

I am using ClearML version 1.9.1. In code, I am creating a plot using matplotlib. I am able to see this in Tensorboard but it is not available in ClearML Plots

2 years ago
0 Hi, I'M Trying To Understand A Bit More About

Thanks. I am trying to completely minimise the start up time. Given I am using a docker image which has clearml-agent and pip installed, is there a way I can skip the installation of this when a task starts up using the daemon?

11 months ago
0 Been Looking All Over And Can'T Find The Solution To This One. If I Have A User Id Hash (The 32 Alphanumeric), How Do I Find The User'S Name Which Is Associated With This Id Using Clearml Python Sdk? Cheers.

Furthermore, when using APIClient() , users is not a valid endpoint at all.

class APIClient(object):

    auth = None  # type: Any
    queues = None  # type: Any
    tasks = None  # type: Any
    workers = None  # type: Any
    events = None  # type: Any
    models = None  # type: Any
    projects = None  # type: Any

This is taken from clearml/backend_api/session/client/client.py

2 years ago
0 Hi All, I Am Seeing This In My Logs:

Further to this, I have inspected further. This is working as expected for ClearML 1.8.3 but not for ClearML 1.9.0.

I looked at the commits and found that a change had been made to the _decode_image method:

None

This aligns with the error message I'm seeing:

2023-02-08 15:17:25,539 - clearml - WARNING - Error: I/O operation on closed file.

Can this be actioned for the next release plea...

2 years ago
0 Hi All, I Am Seeing This In My Logs:

Could you give me some insight into why this is please?

2 years ago
0 Hi Today I'M Suddenly Getting This

I am having the same error since yesterday on Ubuntu. Works fine on Mac.

I cannot ping api.clear.ml

2 years ago
0 Hi All, In The Aws Scheduler, What’S The Difference Between:

👍 thanks for clearing that up @<1523701087100473344:profile|SuccessfulKoala55>

2 years ago
0 Hi All, I'M Getting Set Up With Gcp Autoscaler And I'M Wondering What Image People Typically Use For Running Docker Jobs. The Image That I Was Using

@<1523701070390366208:profile|CostlyOstrich36> Thank you. Which docker image do you use with this machine image?

one year ago
0 Is It Possible To Merge

I did not run clearml-session from within the git repo.

2 years ago
0 Could Some Help Me Figure Out Why Figures Have Disappeared From A Report, Please?

I believe this was an example report I made for a demo and I've since deleted the tasks which generated it 👍

2 years ago
0 Hello Everyone, I Am Having Issues With The Gcp Autoscaler. This Is In The Output Logs:

Thanks Jake. Do you know how I set the GPU count to 0?

one year ago
2 years ago
0 Good Day, We Have Been Using Clearml For Project Monitoring And Task Management. Recently, We Decided To Try The Google Cloud Platform Autoscaler To Automate Our Existing Gcp Vm Creation Pipelines, Task Queuing, And Processing. However, We'Ve Encountere

Given that nvidia-smi is working you may have already done that. In this case depending on your ubuntu version you may have another problem. ubuntu 22+ has this issue which has workaround. This also caught me out...

None

5 months ago
0 Good Day, We Have Been Using Clearml For Project Monitoring And Task Management. Recently, We Decided To Try The Google Cloud Platform Autoscaler To Automate Our Existing Gcp Vm Creation Pipelines, Task Queuing, And Processing. However, We'Ve Encountere

It's not immediately obvious from the GCP documentation and you don't need to do this on AWS or Azure so it can catch you out. For what it's worth, the image I used originally was from the same family Marko has referenced above.

5 months ago
0 Good Day, We Have Been Using Clearml For Project Monitoring And Task Management. Recently, We Decided To Try The Google Cloud Platform Autoscaler To Automate Our Existing Gcp Vm Creation Pipelines, Task Queuing, And Processing. However, We'Ve Encountere

I run using the GCP Autoscaler successfully for GPU. Have you included this line in the init-script of the autoscaler? This was a gotcha for me...

/opt/deeplearning/install-driver.sh
5 months ago
2 years ago
0 Is It Possible To Merge

No particular reason. This was our first time trying it and it seemed the quickest way to get off the ground. When I try without I have a similar error trying to connect although that could be due to the instance.

2 years ago
0 Is It Possible To Merge

Cheers 👍

2 years ago
0 Gcp Autoscaler Limits Not Working Correctly?

Let me know if you need additional information.
image

one year ago
0 Hello Everyone, I Am Having Issues With The Gcp Autoscaler. This Is In The Output Logs:

@<1537605940121964544:profile|EnthusiasticShrimp49> How do I specify to not attach a gpu? I thought ticking 'Run in CPU Mode' would be sufficient. Is there something else I'm missing?

one year ago
0 Gcp Autoscaler Limits Not Working Correctly?

Apologies for the delay.

I have obfuscated the private information with XXX . Let me know if you think any of it is relevant.

{"gcp_project_id":"XXX","gcp_zone":"XXX","subnetwork":"XXX","gcp_credentials":"{\n  \"type\": \"service_account\",\n  \"project_id\": \"XXX\",\n  \"private_key_id\": \"XXX\",\n  \"private_key\": \"XXX\",\n  \"client_id\": \"XXX\",\n  \"auth_uri\": \"XXX\",\n  \"token_uri\": \"XXX\",\n  \"auth_provider_x509_cert_url\": \"XXX\",\n  \"client_x509_cert_url\": \"...
one year ago
Show more results compactanswers