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
ObedientTurkey46
Moderator
16 Questions, 17 Answers
  Active since 30 April 2024
  Last activity 28 days ago

Reputation

0

Badges 1

17 × Eureka!
0 Votes
2 Answers
571 Views
0 Votes 2 Answers 571 Views
7 months ago
0 Votes
1 Answers
612 Views
0 Votes 1 Answers 612 Views
Hi! The code dataset.get_metadata('metadata_name') produces the console message Cannot find metadata on this task, are you sure it has the correct name? if t...
9 months ago
0 Votes
1 Answers
719 Views
0 Votes 1 Answers 719 Views
9 months ago
0 Votes
0 Answers
495 Views
0 Votes 0 Answers 495 Views
Hi again! When running a ultralytics yolov8 training (locally), it happens every second run, that only the metrics for the first epoch are tracked, but no me...
6 months ago
0 Votes
2 Answers
836 Views
0 Votes 2 Answers 836 Views
10 months ago
0 Votes
2 Answers
861 Views
0 Votes 2 Answers 861 Views
Hi, I am using TaskScheduler to start a pipeline once per hour, that sequentially executes tasks. My current solution is that I have three execution queues, ...
10 months ago
0 Votes
1 Answers
853 Views
0 Votes 1 Answers 853 Views
Hello! How will clearml react, if I have combine two Datasets into a new Dataset, and both contain a file “IDs.txt”. Will one be overwritten, will both files...
9 months ago
0 Votes
6 Answers
180 Views
0 Votes 6 Answers 180 Views
Hi, I have two instances of clearml-server that I would like to merge into one. Is there any way to do that without loosing tracked experiments, datasets or ...
one month ago
0 Votes
9 Answers
178 Views
0 Votes 9 Answers 178 Views
Hi! I have noticed that clearml-elastic container consumes 32.82GiB Memory. This seems very high (we have a total of 91GiB available -> elastic uses 1/3). Is...
one month ago
0 Votes
1 Answers
861 Views
0 Votes 1 Answers 861 Views
Hi
Hi đź‘‹ How can I connect clearml to a relational database, and have sql query as a dataset? (e.g. dataset.add_references(query = “select * from images where l...
one year ago
0 Votes
1 Answers
214 Views
0 Votes 1 Answers 214 Views
Hi, When using yolo in a Docker based clearml agent, I get the error below. How do I need to setup clearml agent to have access to CV2? Starting Task Executi...
one month ago
0 Votes
1 Answers
187 Views
0 Votes 1 Answers 187 Views
Hi, I am currently setting up clearml-agents. Here None , I read about the option to cache venvs. Where in the clearml.conf does venvs_cache need to be speci...
one month ago
0 Votes
1 Answers
427 Views
0 Votes 1 Answers 427 Views
4 months ago
0 Votes
2 Answers
456 Views
0 Votes 2 Answers 456 Views
Hi, I am observing a strange behaviour when loading a dataset’s local copy. dataset_path_training = cml_dataset_training.get_local_copy() logger.info(f"Creat...
7 months ago
0 Votes
3 Answers
687 Views
0 Votes 3 Answers 687 Views
9 months ago
0 Votes
8 Answers
235 Views
0 Votes 8 Answers 235 Views
aws
2 months ago
0 Hi! I Have Noticed That Clearml-Elastic Container Consumes 32.82Gib Memory. This Seems

Thank you for getting back!
I have reduced it to a max of 2GB for the container and 1GB for the java heap inside the container. Up to now I haven’t experienced any issues 👍

29 days ago
0 Hi! I Have Noticed That Clearml-Elastic Container Consumes 32.82Gib Memory. This Seems

@<1576381444509405184:profile|ManiacalLizard2> Do you have an observation/experience as to what happens when ES hits the limit?

29 days ago
0 Hi! I Have Noticed That Clearml-Elastic Container Consumes 32.82Gib Memory. This Seems

It seems elastic has allocated a heap of 32GiB, but uses only 4GiB. Where/why have 32GiB been allocated?

one month ago
0 Hi! I Have Noticed That Clearml-Elastic Container Consumes 32.82Gib Memory. This Seems

And how much memory does ElasticSearch realistically need?

29 days ago
7 months ago
0 Hi, I Have Two Instances Of Clearml-Server That I Would Like To Merge Into One. Is There Any Way To Do That Without Loosing Tracked Experiments, Datasets Or Artefacts? Additionally, Do You If It Is Possible To Backup Clearml-Server

Thank you so much for your reply! Regarding merging - we have decided to overwrite one server by the other, so this issue is solved.
What Database is clearml using? How to access them?

one month ago
one month ago
0 Hi, I Am Currently Setting Up Clearml-Agents. Here

Question is resolved. I found a full clearml.conf with agent configuration here: None

one month ago
0 Hi, I Am Using

awesome! works like charm 🙂
Thank you!

10 months ago
0 Hi! When Deleting Datasets With The Code: Dataset.Delete(Dataset_Id = Dataset_Id, Delete_Files=False, Delete_External_Files=False, Force=True, Entire_Dataset=True) An Empty Entry Remains In Clearml (See Picture). How Can I Remove These Empty Listings Prog

Thanks john.
the project is “legacy_data”, “5images” is the dataset name. How would i fetch a project and delete it (+ all it’s contents)?
image

9 months ago
0 Hello! I Am Setting Up A Clearml-Server With Self-Hosted Minio. Do I Would Like To Keep The Clearml.Conf As Default As Possible (Such That Users Do Not Need To Configure Much And Do Not Need Access To Mino Keys). I Am Trying To Use The Server-Config File

Thank you! That makes sense, and adding default_output_uri solved the issue.

Unfortunately, I now have the next issue. When deleting a Dataset I created for test purposes in the UI, it is not automatically deleted by clearml in minio. Do you know if I have missconfigured clearml in some way?

one month ago
0 Hello! I Am Setting Up A Clearml-Server With Self-Hosted Minio. Do I Would Like To Keep The Clearml.Conf As Default As Possible (Such That Users Do Not Need To Configure Much And Do Not Need Access To Mino Keys). I Am Trying To Use The Server-Config File

Can you explain why a user needs to configure the minio connection locally? My understanding was, that the data is up/downloaded to/from clearml-server, and where clearml-server is storing the data is to be configured on the server itself.

one month ago