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
CostlyOstrich36
Moderator
0 Questions, 4210 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Hi Guys! Is There Any Way To Get Full State Of Dataset From Somewhere, Except My S3 Bucket? I Need A Mapping Of Files And Batches That Were Uploaded As A Dataset. Maybe This Information Is Also Available In One Of The Clearml Databases?

o, if I pull this file from s3 bucket, I can conclude which chunk I should download to get a specific file. Am I wrong?

I think you're right. Although I'm not sure if you can decompress individual chunks - worth giving it a try!

I also though clearML writes this mapping (

state.json

) into one of its databases: Mongo, Redis, Elasticsearch.

I think the state.json is saved like an artifact so the contents aren't really exposed into one of the dbs

2 years ago
0 Hi, Can Anyone Help Me? I'M Trying To Create A

I'm thinking maybe you can do it by chaining tasks somehow, but I think that is not the correct way (Never tried it myself, as I said, in the end it all abstracts to a single pipeline).

Maybe check out pipelines with functions or even better decorators, this might be an easier solution for you and you can create very complex pipelines with it. Think about using loops and if statements to create steps and progress your pipeline

2 years ago
0 Hello! I Have A Problem:

Hi DeliciousKoala34 , is there also an exceptionally large amount of files in that Dataset? How do you create the dataset? What happens if you use something like s3 if you have available?

3 years ago
0 Hello! I'D Like To Confirm That I'Ve Understood The Concept Of Using

Hi @<1603560525352931328:profile|BeefyOwl35> , The agent uses it's own entry point, so yes you do need to specify it even if it's in the dockerfile 🙂

one year ago
0 What Could Be The Reason That Im Not Getting Any Scalars Reported To Clearml Using Example Script?

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , can you please add the log? What version of clearml are you using?

one year ago
0 I Upgraded Clearml To 1.15.0 From 1.0 The Ui Says It’S Running

Hi @<1691258549901987840:profile|PoisedDove36> , did you do all the db migrations during the upgrade or did you go straight to 1.5 form 1.0?

one year ago
0 Is There A Support Channel?

Hi @<1547028079333871616:profile|IdealElephant83> , this is what the community channel is for, support, news & discussions related to ClearML OS 🙂

2 years ago
0 Hi, I'Ve Updated My Clearml Server To V1.9.0 ( Not To V1.10.0 Because Of This Bug That I Reported On Github:

Regarding the github issue - Can you send the docker-compose you used for 1.9 that works and 1.10 that doesn't work for you?

2 years ago
0 Hi, Can Anyone Help Me? I'M Trying To Create A

Are you using pipelines from tasks?

2 years ago
0 Hi, We’Re Deploying Clearml On The Eks And Have An Issue With Authenticating The Server With The S3 Bucket. The Connection To S3 Bucket Is Not Working. Our Current Diagnosis: Clearml Internally Uses Aws_Access_Key_Id And Aws_Secret_Access_Key. But We A

As you mentioned it seems that the authentication you're using is not created as part of the boto object. Is there a specific reason you don't want to use access/secret pairs for authentication?

3 years ago
0 Hello Everyone. Im Using Clearml Hpo And Having A Problem With An

In the HPO application I see the following explanation:

'Maximum iterations per experiment after which it will be stopped. Iterations are based on the experiments' own reporting (for example, if experiments report every epoch, then iterations=epochs)'

2 years ago
0 Hey I Instantiate Clearml Task Within A Script, Called By Dvc. It Ends Up Creating Two Tasks Every Time. Know Why?

Hi @<1535069219354316800:profile|PerplexedRaccoon19> , not sure what you mean. Can you please share the full log, a screenshot of the two experiments and some snippet that re-creates this for you?

2 years ago
0 Hey There, Is It Possible For A Clearml Pipeline Step To Log A Folder Instead Of Numpy/Pickle Objects? Looking At The Docs,

JitteryCoyote63 , heya, yes it is :)
You can save the entire folder as an artifact.

3 years ago
0 Hello Everyone, Is The Logging Of "Automodelforcausallm" Models Supported? Even With Manually Logging Of Llama-2-7B-Hf It Does Not Appear In The Model List (Even When Uploading As Artifact)

Hi @<1637624975324090368:profile|ElatedBat21> , do you have a code snippet that reproduces this? You can also manually log a model to the system using the OutputModel - None

one year ago
0 Hi, I Tried To Deploy Clearml-Server On Ec2. I Followed The Instruction Written On This

StickySheep96 , Is it possible you raised the server locally on your machine and not the EC2 instance?

2 years ago
0 Hi, Is It Possible To Delete Tags?

As SuccessfulKoala55 , mentioned. In the UI it looks like this

3 years ago
0 Hi Everyone, I’M Looking To Implement Authentication For My Self-Hosted Clearml Server. Specifically, I Noticed The Option To Enable Web Login Authentication, Which I Assume Only Secures Access To The Clearml Web Interface. However, I’D Like To Know:

Hi @<1695969549783928832:profile|ObedientTurkey46> , this is supported in the Scale/Enterprise licensees of ClearML (external IdP support). API access is always done using credentials.

11 months ago
0 How To Apply Agent Configuration (I.E.

What is it that you're wanting to configure?

2 years ago
0 Hey Guys, Running A Clearml Pipeline, We Keep Getting An 'Abort By User' Message:

You can see the version if you go to settings page. It is in the bottom right of the screen 🙂

2 years ago
0 Hi All How Do I Move Clearml Self-Hosted To A New Server? I Copied Across /Opt/Clearml/Data And /Opt/Clearml/Config (Using Scp) And Did

Hi @<1739093605621960704:profile|LovelySparrow29> , do you see any errors in mongo or elastic containers?

11 months ago
Show more results compactanswers