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
AmiableSeaturtle81
Moderator
35 Questions, 135 Answers
  Active since 14 July 2023
  Last activity 28 days ago

Reputation

0

Badges 1

123 × Eureka!
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
how to make sure that clearml agents are running queue after server restart? Sometimes our worker dies and we manually have to run settuping for queue, we ru...
one year ago
0 Votes
7 Answers
619 Views
0 Votes 7 Answers 619 Views
Graph is drawn quite bad in such cases, hard to understand the relations Red line shows the actual linking, but it looks like it links to another dataset alo...
6 months ago
0 Votes
1 Answers
781 Views
0 Votes 1 Answers 781 Views
one year ago
0 Votes
1 Answers
751 Views
0 Votes 1 Answers 751 Views
Is this a bug when doing clearml-agent init? When it asks for you to specify file-store if I put None it will fails to understant that its and S3 storage and...
9 months ago
0 Votes
80 Answers
42K Views
0 Votes 80 Answers 42K Views
Why is async_delete not working? - bucket is not right in logs - This is really misleading in web ui, because it says "success" although async_delete failed ...
12 months ago
Show more results questions
0 Why Is Async_Delete Not Working?

clearml.conf is a fresh one i did clearml-init to make sure

11 months ago
0 Why Is Async_Delete Not Working?

I tried it with port, but still having the same issue
Tried it with/without secure and multipart
image
image
image

11 months ago
0 Why Is Async_Delete Not Working?

digging deeper it seems like a parsing issue
image

11 months ago
0 Why Is Async_Delete Not Working?

The problem is that clearml.conf s3 config doesnt support empty region field, even empty strings crashes it

11 months ago
11 months ago
0 Why Is Async_Delete Not Working?

we use Ceph Storage Cluster, interface to it is the same as S3
I dont get what I have misconfigured.
The only thing I have not added is "region" field in clearml.conf because we literally dont have, its a self hosted cluster.
You can try and replicate this s3 config I have posted earlier.

11 months ago
0 Why Is Async_Delete Not Working?

maybe someone on your end can try to parse such a config and see if they also have the same problem

11 months ago
0 Why Is Async_Delete Not Working?

will it be appended in clearml?
"s3" is part of domain to the host

11 months ago
0 Why Is Async_Delete Not Working?

removing it doesnt fix the problem

11 months ago
0 I'Ve Had This Bug Where Every Few Weeks All My Current Running Experiments Are Stopped And Then Deleted. This Has Now Happend Like 3-4 Times. I Dont Understand What Is Causing It. Model Files, Debug Images Are Saved In Fileserver Folder, But The Task Itse
  1. is 50GB elastisearch normal? Have you seen it. elsewhere or are we doing something wrong, one thing I think is that we are probably logging too frequently
  2. Is it possible to somehow clean up this?
one year ago
0 I'Ve Had This Bug Where Every Few Weeks All My Current Running Experiments Are Stopped And Then Deleted. This Has Now Happend Like 3-4 Times. I Dont Understand What Is Causing It. Model Files, Debug Images Are Saved In Fileserver Folder, But The Task Itse

I also have noticed that this incident usually happens in the morning at around 6-7AM
Are there maybe some clearnup tasks or backups running on clearml server at those times?

one year ago
0 I'Ve Had This Bug Where Every Few Weeks All My Current Running Experiments Are Stopped And Then Deleted. This Has Now Happend Like 3-4 Times. I Dont Understand What Is Causing It. Model Files, Debug Images Are Saved In Fileserver Folder, But The Task Itse

What do you mean by reusing the task for clearml Dataset, got a code example?
We have multiple different projects with multiple people working on each project.
This is our most used code on dataset uploading
image

one year ago
0 Why Is Async_Delete Not Working?

@<1523701070390366208:profile|CostlyOstrich36> Hello John, we are still unable to use clearml with our self hosted s3 CEPH instances, is there any update on the hotfix for 1.14?

11 months ago
0 Hello Everyone! Is It Possible To Transfer Data (Datasets, Models) From One Clearml Instance To Another? How Can I Do This? I Store My Data In S3 And Clearml Tracks This Data. I Want To Migrate This Data From One Clearml Instance To Another, That Is, Tran

ClearML team should really write up some tutorial about this. I see this question weekly now. The short answer on what we did when we migrated servers was to wite a python script that takes data from clearml mongodb(stores tasks and datasets) and elastic (stores debug image urls, logs, scalars) and migrate them to other clearml instance databases

3 months ago
Show more results compactanswers