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
9 Questions, 47 Answers
  Active since 26 January 2023
  Last activity 4 months ago

Reputation

0

Badges 1

29 × Eureka!
0 Votes
11 Answers
639 Views
0 Votes 11 Answers 639 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...
one year ago
0 Votes
12 Answers
534 Views
0 Votes 12 Answers 534 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...
9 months ago
0 Votes
1 Answers
475 Views
0 Votes 1 Answers 475 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...
8 months ago
0 Votes
12 Answers
325 Views
0 Votes 12 Answers 325 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...
5 months ago
0 Votes
2 Answers
462 Views
0 Votes 2 Answers 462 Views
There is a requests vulnerability. Can someone please action None
9 months ago
0 Votes
3 Answers
286 Views
0 Votes 3 Answers 286 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...
5 months ago
0 Votes
7 Answers
211 Views
0 Votes 7 Answers 211 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...
4 months ago
0 Votes
10 Answers
552 Views
0 Votes 10 Answers 552 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...
9 months ago
0 Votes
1 Answers
638 Views
0 Votes 1 Answers 638 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...
10 months 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

one year ago
0 Hi Today I'M Suddenly Getting This

It started working fine this morning again for me

one year 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.

one year ago
0 Is It Possible To Merge

I did not touch the interactive session code at all.

I installed clearml-session using pip and ran the above command with a task id from a task I'd already run.

one year ago
0 Is It Possible To Merge

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

one year ago
0 Is It Possible To Merge

I ran again without the debug mode option and got this error:

> 
> Starting Task Execution:
> 
> 
> Traceback (most recent call last):
>   File "/root/.clearml/venvs-builds/3.6/code/interactive_session.py", line 377, in <module>
>     from tcp_proxy import TcpProxy
> ModuleNotFoundError: No module named 'tcp_proxy'
> 
> Process failed, exit code 1
one year ago
0 Is It Possible To Merge

I have managed to connect. Our EC2 instances run in a private subnet so the ssh connection was not working for that reason I believe. Once I connected to my VPN it now worked.

one year ago
0 Is It Possible To Merge

Cheers 👍

one year 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 👍

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

Nope. But there are steps you can take to prevent this through publishing tasks and reports I believe.

one year ago
0 Hi All, In The Aws Scheduler, What’S The Difference Between:

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

one year ago
0 Hi All, I Am Seeing This In My Logs:

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

one year ago
0 Hi All, I Am Seeing This In My Logs:

Yep, that seems to be working fine.

one year ago
one year ago
0 Hi All, I Am Seeing This In My Logs:

The code is quite nested by I've tried to extract out the important parts ( summmary_writer is a tensorboard logger).

self.figure, (ax1, ax2, axc) = plt.subplots(1, 3, figsize=(total_width, total_height), facecolor="white")

self.summary_writer = self.tb_logger.experiment

self.summary_writer.add_figure(Partition.TRAINING.value, train_plot.figure, global_step=self.current_epoch + 1) 

The train_plot.figure is a matplotlib figure created using seaborn.

Let me know if this...

one year 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...

one year 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

Yep that's correct. If I have a task which runs every 5 minutes, I don't want a new task every 5 minutes as that will create a lot of tasks over a day. It would be better if I had just one task.

9 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.
$ curl -H "Authorization: Bearer <TOKEN>" -X GET 


{"meta":{"id":"ed6c52d030f240a89f001b447ee64a6b","trx":"ed6c52d030f240a89f001b447ee64a6b","endpoint":{"name":"debug.ping","requested_version":"2.26","actual_version":"1.0"},"result_code":200,"result_subcode":0,"result_msg":"OK","error_stack":null,"error_data":{},"alarms":{}},"data":{"msg":"Hello World"}}%                                                                                                    

$ curl -H "Authoriz...
9 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

9 months ago
9 months ago
0 There Is A

Thank you!

9 months ago
0 Hi All, I Have An Ongoing Issue With Queues.

Hi,

I've managed to fix it.

Basically, I had a tracker running on our queues to ensure that none of them were lagging. This was using get_next_task from APIClient().queues .

If you call get_next_task it removes the task from the queue but does not put it into another state. I think because typically get_next_task is immediately followed by something to make the task run in the daemon or delete it.

Hence you end up in this weird state were the task thinks its queued bec...

8 months ago
0 Trying To Run Get_Tasks On Aws Lambda And Getting The Following Error. Any Suggestions On How To Overcome This? { "Errormessage": "[Errno 38] Function Not Implemented", "Errortype": "Oserror", "Requestid": "", "Stacktrace": [ " File \"/Var/L

I don't think there's really a way around this because AWS Lambda doesn't allow for multiprocessing.

Instead, I've resorted to using a clearml Scheduler which runs on a t3.micro instance for jobs which I want to run on a cron.

8 months ago
Show more results compactanswers