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
32 Questions, 118 Answers
  Active since 14 July 2023
  Last activity 21 days ago

Reputation

0

Badges 1

115 × Eureka!
0 Why Is Async_Delete Not Working?

@<1523701435869433856:profile|SmugDolphin23> Setting it without http is not possible as it auto fills them back in

6 months ago
0 Why Is Async_Delete Not Working?

But there are stil some wierd issues, i cannot see the files uploaded in bucket

7 months ago
0 Why Is Async_Delete Not Working?

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

7 months ago
0 Why Is Async_Delete Not Working?

also, if I try to set the url to None it auto replaces it with None : None

6 months ago
7 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

from docker inspect I can see that allegorai/clearml uses:
"CLEARML_SERVER_VERSION=1.11.0",
"CLEARML_SERVER_BUILD=373"

Image hash:ed05631045c4237f59ad48f477e06dd72274ab67e70d2f9adc489431d1ce75d7

8 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

hi, thanks for reaching out. Getting desperate here.
Yes, its self hosted
No, only currently running experiments are deleted (task itself is gone, but debug images and models are present in fileserver folder)

What I do see is some random elastisearch errors popping up from time to time

[2024-01-05 09:16:47,707] [9] [WARNING] [elasticsearch] POST None ` [status:N/A requ...

8 months ago
0 Im Having Difficuilty Understanding How To Handle Modified Files On S3

ok, then, I have a solution, but it still makes duplicate names

  • new_dataset._dataset_link_entries = {} # Cleaning all raw/a.png files
  • resize a.png and save it in another location named a_resized.png
  • Add back other files i need (excluding raw/a.png), I add them to new_dataset._ dataset_link_entries
  • Use add_external_files to include it in dataset. Im also using dataset_path=[a list of relative paths]
    What I would expect:
    100 Files removed (all a.png)
    100 Files added (all a_resized.png)
    ...
2 months ago
0 Why Is Async_Delete Not Working?

@<1523701435869433856:profile|SmugDolphin23> Any news?

6 months ago
0 Does Dataset.Add_Files Support Uploading From S3 Uri? I Have No Problem Uploading To S3 But Cant Use Data That Is Already In S3? Or Am I Dong Something Wrong? I Read In Documentation That Add_External_Files Supports This Feature, But I Want To Be Able To

Our datasets are more than 1TB in size and will grow in size (probably 4TB and up), this means we also need 4TB local storage just to upload the dataset back in zipped format. This is not a good solution.

What we can do I guess is do the downloading locally by some chunks of files?
Download locally 100 files, add_to_clearml dataset, repeat

5 months ago
0 Hello, Please Dont Tell Me I Just Deleted Something: I Wanted To Do Two Things:

is there any way to see if I even have the data in mongodb?

one year ago
0 Why Is Async_Delete Not Working?

@<1523701070390366208:profile|CostlyOstrich36> Any news on this? We are currently stuck without this fix, cant finish up clearml setup

7 months ago
0 Im Having Difficuilty Understanding How To Handle Modified Files On S3

When I look at LinkEntry object, link property is correct, no duplicates. Its relative_path thats duped and also key name in _dataset_link_entries

2 months ago
0 Why Is Async_Delete Not Working?

helper is returned as None for some reason

7 months ago
0 Why Is Async_Delete Not Working?

In which ui? Because there are two ways to do it. When clicking on artifacti url there is a popup (but has no way to change host url)
Our s3 host doesnt have port (didnt specify port in clearml.conf anywhere and upload works)
image
image
![image](https://clearml-web-assets.s3.amazonaws.com/scoold/images/TT9A...

6 months ago
0 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 Along The Way Clearml==1.15.1

@<1523701070390366208:profile|CostlyOstrich36> Updated webserver and the problem still persists
This is the new stack:
WebApp: 1.15.1-478 • Server: 1.14.1-451 • API: 2.28

notice, we didnt update API (we had running experiments)

2 months ago
0 Hey Clearml Team, Would Be Nice To Include Dataset Hash When Using Clearml-Data Cli. Is The Order Of --Ids The Same As Returned Rows?

I already found the source code and i modified it as needed.
How can I now get this info from Task that is created when Dataset is created?
Couldnt find anything like clearml.Dataset(id=id).get_size()
image

3 months ago
Show more results compactanswers