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 21 hours ago

Reputation

0

Badges 1

123 × Eureka!
0 Votes
4 Answers
225 Views
0 Votes 4 Answers 225 Views
3 months ago
0 Votes
0 Answers
762 Views
0 Votes 0 Answers 762 Views
S3 Setup is confusing for me, so this is how clearml.conf looks like on my local machine where I run test scripts
11 months ago
0 Votes
7 Answers
532 Views
0 Votes 7 Answers 532 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...
5 months ago
0 Votes
25 Answers
742 Views
0 Votes 25 Answers 742 Views
11 months ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Is there a reason that im not seeing any side panels? Following this tutorial: None
one year ago
0 Votes
2 Answers
119 Views
0 Votes 2 Answers 119 Views
one month ago
0 Votes
0 Answers
562 Views
0 Votes 0 Answers 562 Views
fixing it manually later on fixes the problem
9 months ago
0 Votes
0 Answers
930 Views
0 Votes 0 Answers 930 Views
one year ago
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
3 Answers
1K Views
0 Votes 3 Answers 1K 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...
one year ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
deleted /opt/clearml deleted /home/ma/.clearml deleted /home/ma/clearml.conf Nothing helps
one year ago
0 Votes
1 Answers
672 Views
0 Votes 1 Answers 672 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
3 Answers
440 Views
0 Votes 3 Answers 440 Views
Im having difficuilty understanding how to handle modified files on S3 - I have a file None , its relative_path is /raw/a.png Stored on clearml Dataset "A" (...
5 months ago
0 Votes
6 Answers
662 Views
0 Votes 6 Answers 662 Views
8 months ago
0 Votes
2 Answers
706 Views
0 Votes 2 Answers 706 Views
How can I move clearml dataset to another directory? Change its URL
one year ago
0 Votes
1 Answers
507 Views
0 Votes 1 Answers 507 Views
6 months ago
0 Votes
1 Answers
542 Views
0 Votes 1 Answers 542 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...
7 months ago
0 Votes
2 Answers
678 Views
0 Votes 2 Answers 678 Views
What could be the reason that im not getting any scalars reported to clearml using example script? None
11 months ago
0 Votes
1 Answers
194 Views
0 Votes 1 Answers 194 Views
2 months ago
0 Votes
1 Answers
778 Views
0 Votes 1 Answers 778 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
10 months ago
0 Votes
0 Answers
467 Views
0 Votes 0 Answers 467 Views
Is this a bug? Clearml version 1.26.4 im passing a list of S3 urls to add_external_files The list is about 1K of files, but only 7 are uploaded (only unique ...
6 months ago
0 Votes
1 Answers
985 Views
0 Votes 1 Answers 985 Views
well, FAQ helped: None I had to clear my cookies and session storage, problem solved
one year ago
0 Votes
3 Answers
603 Views
0 Votes 3 Answers 603 Views
All of our users suddenly cant log in. We get 401, existing logged users are fine, but once logged out cant log back in. Here is what webserver says in logs:...
5 months ago
0 Votes
1 Answers
722 Views
0 Votes 1 Answers 722 Views
11 months ago
0 Votes
1 Answers
491 Views
0 Votes 1 Answers 491 Views
Hello, how to handle clearml.Task.add_requirements("requirements.txt) cases when we have --extra-intex-url in the file
5 months ago
0 Votes
0 Answers
902 Views
0 Votes 0 Answers 902 Views
Tested on two PCs now
one year ago
0 Votes
29 Answers
1K Views
0 Votes 29 Answers 1K 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...
one year ago
0 Votes
5 Answers
558 Views
0 Votes 5 Answers 558 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?
7 months ago
0 Votes
3 Answers
669 Views
0 Votes 3 Answers 669 Views
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?
6 months ago
0 Votes
1 Answers
718 Views
0 Votes 1 Answers 718 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...
11 months ago
Show more results questions
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

6 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?

Im doing all of this because there isnt (or im not aware of) any good way understand what datasets are on workers

6 months ago
0 Why Is Async_Delete Not Working?

Setting these urls in SETTINGS/Configuration/ WEB APP CLOUD ACCESS in web ui
None doesnt work
None doesnt work
None doesnt work
None doesnt work
None gets replaced to None ://s3.host-our.com:8080 doesnt work
None doesnt work
None doesnt work

In all of these inst...

9 months ago
0 Why Is Async_Delete Not Working?

Hey, i see that 1.14.2 dropped
I tried it but the issue is still there, maybe the hotfix is in next patch?

Here is the setup so you can reproduce it (we dont have region field)
clearml.conf:
s3 {
use_credentials_chain: false
credentials: [
{
host: " s3.somehost.com "
key: "XXXXXXXXXXXXXXXXXXXX"
` secret: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX...

10 months ago
0 Why Is Async_Delete Not Working?

I dont have a region. I guess I will wait till tomarrow then?

11 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

9 months ago
0 Why Is Async_Delete Not Working?

helper is returned as None for some reason

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?

No, i specify where to upload
I see the data on S3 bucket is beeing uploaded. Just the log messages are really confusing
image

7 months ago
Show more results compactanswers