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
23 Questions, 104 Answers
  Active since 14 July 2023
  Last activity 6 days ago

Reputation

0

Badges 1

103 × Eureka!
0 Votes
0 Answers
216 Views
0 Votes 0 Answers 216 Views
S3 Setup is confusing for me, so this is how clearml.conf looks like on my local machine where I run test scripts
4 months ago
0 Votes
2 Answers
270 Views
0 Votes 2 Answers 270 Views
How can I move clearml dataset to another directory? Change its URL
5 months ago
0 Votes
1 Answers
91 Views
0 Votes 1 Answers 91 Views
Hello, can clearml.Dataset be put in multiple threads or processes? Especially these two: clearml_dataset.add_files(dst_project_path.absolute()) clearml_data...
18 days ago
0 Votes
1 Answers
252 Views
0 Votes 1 Answers 252 Views
4 months ago
0 Votes
0 Answers
454 Views
0 Votes 0 Answers 454 Views
7 months ago
0 Votes
5 Answers
58 Views
0 Votes 5 Answers 58 Views
Hello, for some reason my upload speed to S3 is insanely slow, I noticed in logs that it upoads to /tmp folder. What does that mean? why tmp?
10 days ago
0 Votes
0 Answers
121 Views
0 Votes 0 Answers 121 Views
fixing it manually later on fixes the problem
one month ago
0 Votes
2 Answers
217 Views
0 Votes 2 Answers 217 Views
What could be the reason that im not getting any scalars reported to clearml using example script? None
4 months ago
0 Votes
5 Answers
141 Views
0 Votes 5 Answers 141 Views
2 months ago
0 Votes
6 Answers
106 Views
0 Votes 6 Answers 106 Views
one month ago
0 Votes
0 Answers
494 Views
0 Votes 0 Answers 494 Views
Tested on two PCs now
10 months ago
0 Votes
1 Answers
387 Views
0 Votes 1 Answers 387 Views
7 months ago
0 Votes
25 Answers
246 Views
0 Votes 25 Answers 246 Views
4 months ago
0 Votes
3 Answers
610 Views
0 Votes 3 Answers 610 Views
im downloading clearml dataset with: dataset.get_local_copy(use_soft_links=True) Somwtimes datasets are really huge, how to get progressbar or any callback o...
9 months ago
0 Votes
80 Answers
12K Views
0 Votes 80 Answers 12K 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 ...
4 months ago
0 Votes
1 Answers
482 Views
0 Votes 1 Answers 482 Views
well, FAQ helped: None I had to clear my cookies and session storage, problem solved
10 months ago
0 Votes
29 Answers
605 Views
0 Votes 29 Answers 605 Views
Hello, please dont tell me I just deleted something: I wanted to do two things: - Update clearml server- I followed the guilde at None - I deleted my old con...
10 months ago
0 Votes
1 Answers
152 Views
0 Votes 1 Answers 152 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...
one month ago
0 Votes
0 Answers
523 Views
0 Votes 0 Answers 523 Views
deleted /opt/clearml deleted /home/ma/.clearml deleted /home/ma/clearml.conf Nothing helps
10 months ago
0 Votes
1 Answers
249 Views
0 Votes 1 Answers 249 Views
Another annoying problem we have is that task deletion doesnt delete any files at all. I have selected deletion of images But nothing is deleted. I have to w...
4 months ago
0 Votes
1 Answers
607 Views
0 Votes 1 Answers 607 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...
9 months ago
0 Votes
1 Answers
614 Views
0 Votes 1 Answers 614 Views
Is there a reason that im not seeing any side panels? Following this tutorial: None
10 months ago
0 Votes
1 Answers
235 Views
0 Votes 1 Answers 235 Views
Hello, can anyone please give us update on our self hosted Ceph server not working with your clearml.conf because we dont have "region" field? None
3 months ago
10 months ago
10 months ago
0 Hello, Please Dont Tell Me I Just Deleted Something: I Wanted To Do Two Things:

I get sidebars and login on my local PC
But the data isnt loaded

I tried to not edit anything in docker-compose and just paste my data in there. Didnt help

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

I purged all docker images and it still doesnt seem right
I see no side panel and it doesnt ask for login name

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

well, I connected to mongodb manually and it is empty, loaded with just examples

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

But it seems like the data is gone, not sure how to get them back

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

Is fileserver folder needed for successful backup?

10 months ago
10 months ago
0 Hello, For Some Reason My Upload Speed To S3 Is Insanely Slow, I Noticed In Logs That It Upoads To /Tmp Folder. What Does That Mean? Why Tmp?

im also batch uploading, maybe thats the problem?

  • The dataset is about 1TB containing 1 million files
  • I dont have the SSD space locally to do the upload
  • So i download a part of the dataset, use add_files() and then upload() to that batch
  • Upload the dataset
    I noticed that each batch is slower and slower
7 days ago
0 Why Is Async_Delete Not Working?

digging deeper it seems like a parsing issue
image

3 months ago
0 Why Is Async_Delete Not Working?

it looks like problem is the host field, whenever I add it I get:
2024-01-22 13:27:16,489 - clearml.storage - ERROR - Failed creating storage object None Reason: Missing key and secret for S3 storage access ( None )

3 months ago
0 Why Is Async_Delete Not Working?

i need clearml.conf on my clearml server (in config folder which is mounted in docker-compose) or user PC? Or Both?
Its self hosted S3 thats all I know, i dont think it s Minio

3 months ago
0 Why Is Async_Delete Not Working?

also, when uploading artifacts, I see where they are stored on the s3 bucket, but I cant find where the debug images are stored at

3 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

2 months ago
0 Why Is Async_Delete Not Working?

@<1523703436166565888:profile|DeterminedCrab71> Thanks for responding
It was unclear to me that I need to set 443 also everywhere in clearml.conf
Setting s3 host urls with 443 in clearml.conf and also in web UI made it work

Im now almost at the finish line. The last thing that would be great is to fix archived task deletion.
For some reason i have error of missing S3 keys in clearml docker compose logs, the folder / files are not deleted in S3 bucket.

You can see how storage_credentials.co...

2 months ago
0 Why Is Async_Delete Not Working?

I cant get the conf credentials to work
Specifying it like this gives me:
Exception has occurred: ValueError
Could not get access credentials for ' None ' , check configuration file ~/clearml.conf
image

3 months ago
0 Why Is Async_Delete Not Working?

@<1523701070390366208:profile|CostlyOstrich36> Still unable to understand what im doing wrong.
We have self hosted S3 Ceph storage server
Setting my config like this breaks task.init
image

3 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...

4 months ago
Show more results compactanswers