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 Hey, I Am Trying To Clone Existing Pipeline Using Clearml Api, But I Didn'T Managed To Override Pipeline Parameters. Task Was Cloned Successfully With Parameters From Parent Task. Did I Miss Something? Request Body:

Hi @<1702492411105644544:profile|YummyGrasshopper29> , I suggest doing it via the webUI with developer tools open so you can see what the webUI sends to the backend and then copy that.

wdyt?

one year ago
0 Hi, I'M Trying To Setup The Storage (Aws S3) For All Components Of Clearml. I'M Deploying Clearml On Kubernetes With The Official Helm Charts. I Can'T Find A Way To Inject The Configuration File In The Webserver / Apiserver / Fileserver. With The Agent,

Hi @<1749602841338580992:profile|ImpressionableSparrow64> , the S3 configuration (Credentials) is always done on the client side. You don't need to configure anything server side. Also good that you configured the agent.

one year ago
0 Is It Possible To Get The List Of Running Agents In My Machine? I’M Starting Multiple Agents Using
  --status              Print the worker's schedule (uptime properties, server's runtime properties and listening queues)
2 years ago
0 Hello, Is There A Way For The Clearml Agents To Check For Repository Changes Recursively? Eg, Our Source Is Broken In Serveral Different Submodules, Clearml'S Automatic Diffs Only Work In The Entrypoint Repo

ShakyJellyfish91 , Hi!

If I understand correctly you wish for the agent to take the latest commit in the repo while the task was ran at a previous commit?

4 years ago
0 Sdk’S Dataset.Get And Dataset.Create Are Appending

Hi @<1691258549901987840:profile|PoisedDove36> , not sure I understand. Can you please elaborate with screenshots maybe?

one year ago
0 My Linter (The Default Vscode Python Extension) Doesn'T Understand

Not sure what you're trying to do but why not simply use Task.init() and set everything there?

8 months ago
0 Can I Connect Wtih Some One Who Was Able To Successfully Deploy Clearml On Gcp. Are There Tutorials For This ?

It's not a requirement but I guess it really depends on your setup. Do you see any errors in the docker containers? Specifically the API server

one year ago
0 Hello

RotundHedgehog76 ,

What do you mean regarding language? If I'm not mistaken ClearML should include Optuna args as well.

Also, what do you mean by commit hash? ClearML logs the commit itself but this can be changed by editing

3 years ago
3 years ago
0 We'Re Looking At Setting Up On-Demand Cloud Gpu Training, But Have Hit A Blocker: We'D Like To Use On-Demand Ec2 Instances (As Described Here

Hi @<1752139558343938048:profile|ScatteredLizard17> , the two of supported types of instances by the ClearML autoscaler are on demand/spot instances, nothing to do with reserved ones

one year ago
0 Hello

Hi @<1752139552044093440:profile|UptightPenguin12> , for that you would need to use the API and use the mark_completed call with the force flag on

one year ago
0 Hi All! If We Use

Hi @<1569496075083976704:profile|SweetShells3> , yes, it will remove all related documents both from ES & Mongo

one year ago
0 I Deployed A Self-Hosted Clearml Server With Docker Compose. Then I Created A Project, Added Clearml To My Python Project, And Executed The Task. Then I Wanted To Deploy The Model (Yolov8) For Inference With Clearml Serving. I Followed This Guide:

Hi @<1593413673383104512:profile|MiniatureDragonfly17> , no. The assumption is that serving runs on a dedicated machine. Of course you can edit the docker compose to use different ports

2 years ago
0 Hi Everyone! Is There Any Way To Setup Sso For Clearml Server? Thx

I think you would need to contact the sales department for this 🙂
None

2 years ago
0 Hi, Stupid Questions.

Hi @<1578193384537853952:profile|MoodyOx45> , those are actually pretty good questions 🙂

  • I think so, yes, but your code & pipeline inputs would need to allow this. Your pipeline would need to be written with decorators and there would need to be some logic dependent on the parameters you give the pipeline when running
  • I'm afraid that currently not. I would suggest opening a github feature request for this 🙂
2 years ago
0 Can I Connect Wtih Some One Who Was Able To Successfully Deploy Clearml On Gcp. Are There Tutorials For This ?

Sounds like an issue with your deployment. Did your Devops deploy this? How was it deployed?

one year ago
0 Sdk’S Dataset.Get And Dataset.Create Are Appending

I see. In this case you might need to re-register your datasets

one year ago
0 Can I Connect Wtih Some One Who Was Able To Successfully Deploy Clearml On Gcp. Are There Tutorials For This ?

Hi @<1673501379764686848:profile|VirtuousSeaturtle4> , what do you mean? Connect to a server someone else set up?

one year ago
0 Seems Like Clearml Tasks In Offline Mode Cannot Be Properly Closed, We Get

Hi @<1523701083040387072:profile|UnevenDolphin73> , looping in @<1523701435869433856:profile|SmugDolphin23> & @<1523701087100473344:profile|SuccessfulKoala55> for visibility 🙂

2 years ago
0 Hi, Community! How I Can Manage Accesses Of Different Users To Warkspaces Or Projects In Clearml Server?

Hi AbruptHedgehog21 ,

Access controls appear only in the enterprise version

3 years ago
0 Hi Everyone! I Have Started Using The

It's handled by a separate process, my guess that it will start downloading other chunks of the data or just wait for the original process.

7 months ago
0 What Is

MelancholyElk85 if you're using add_function_step() it has a 'docker' parameter. You can read more here:
https://clear.ml/docs/latest/docs/references/sdk/automation_controller_pipelinecontroller#add_function_step

4 years ago
0 Has Anyone Found A Workaround For The Bug?

BitterLeopard33 , ReassuredTiger98 , my bad. I just dug a bit in slack history, I think I got the issue mixed up with long file names 😞

Regarding http/chunking issue/solution - I can't find anything either. Maybe open a github issue / github feature request (for chunking files)

3 years ago
Show more results compactanswers