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, 4213 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Hi There, I Am Looking For A Way To Use The Hyperparameter Optimization Tool From Clear Ml, For Different Algorithms I Build. The Idea Is, That I Can Use A Command Line To Specify Which Algorithm I Want To Optimize, And Let Clear Ml Do The Rest. The Issue

Hi @<1649946171692552192:profile|EnchantingDolphin84> , what about this example?
None
Add argparser to change the configuration of the HyperParameterOptimizer class.

What do you think?

one year ago
0 Hi Everyone, I'M Setting Up Aws Autoscaler. Is It Possible To Configure

No need, you can set multiple compute resources per single autoscaler instance

9 months ago
0 Does Clearml Support Running The Experiments On Any "Serverless" Environments (I.E. Vertexai, Sagemaker, Etc.), Such That Gpu Resources Are Allocated On Demand? Alternatively, Is There A Story For Auto-Scaling Gpu Machines Based On Experiments Waiting In

Does ClearML support running the experiments on any "serverless" environments

Can you please elaborate by what you mean "serverless"?

such that GPU resources are allocated on demand?

You can define various queues for resources according to whatever structure you want. Does that make sense?

Alternatively, is there a story for auto-scaling GPU machines based on experiments waiting in the queue and some policy?

Do you mean an autoscaler for AWS for example?

3 years ago
0 Hello Team, We Are Currently Utilizing A Self-Hosted Clearml For Various Projects. Our Aim Is To Implement Role-Based Access Control Across Projects. As I Understand, This Feature Is Presently Available Only On The Enterprise Plan. Is It Possible To Enab

Hi @<1696331935023894528:profile|BoredBee87> , role based access controls are available only in the Scale & Enterprise licenses. These licenses do support full on premise deployments. Besides role based access controls there are many other features available. I'd suggest contacting ClearML directly to hear about other options 🙂

one year ago
0 Another Question: How Can I Make Clearml-Agent Use Pre-Installed Version From The Nvidia/Pytorch (

I'm checking if I can find a way to circumvent this 🙂

3 years ago
0 Hi, Is There A Way To Get Only The Last Child From A Clearml Dataset And Not The Entire Graph?

Hi @<1648134232087728128:profile|AlertFrog99> , I don't think there is anything specifically built in for that. You can fetch a list of all children and then see the latest.

one year ago
0 Hello, I’M Integrating Clearml Into My Training Code To Track Experiments. I See That Clearml Logs Automatically The Python Env In The “Installed Packages” Section But The List Logged Is Very Different From The

Hi RattyLouse61 ,
I think packages are detected in runtime and it only shows the packages used by the script directly. When you run with ClearML-Agent, it will log all packages including dependencies that were used.

3 years ago
0 What Determines The Value Of User? (See Screenshot) Right Now All My Teammates' Experiments Show Up Under My Own User Name. Thanks

WittyOwl57 , when creating credentials, the credentials are associated with your user. So even if you give others those credentials, the experiments in the system will show up under the user who's credentials were being used when running the experiment 🙂

Hope this helps

4 years ago
0 Hi, In A Subproject, Would It Be Possible To Hide The Parent Project If It Is Empty?

You mean only show children when there is nothing inside the parent?

3 years ago
0 Hi All! Is It Possible To Initialize Multiple Tasks, Each Containing

I would suggest pipeline with decorators. But all of them would achieve your goal

27 days ago
0 Hi Everyone, I Am Working On A Script That Gets Enqueued, And Executes Remotely On Clearml-Agent Workers. I Got A "Hello World" Version Of The Script Running, The Python Env Gets Set Up, And Installs Some Basic Packages I Need From Pypi. However, I Need T

Hi @<1590152201068613632:profile|StaleLeopard22> , you can simply add the extra index url as part of the agent requirements as such:

agent.package_manager.extra_index_url=["<extra_index_url>",...]
2 years ago
0 Hello! Can You Help Me With Model Endpoints Tab - How To Connect It To Existing Clearml-Serving Instance?

Hi @<1578555761724755968:profile|GrievingKoala83> , from my understanding this is a feature to be added to the imminent release of clearml-serving

8 months ago
0 Hi, Potentially Very Silly And Simple Question, But I'M Trying To Run The

Hi @<1577468611524562944:profile|MagnificentBear85> , what version of clearml are you using?

11 months ago
2 years ago
0 Hi Team! Is There A Way To Make Clearml’S Aws Autoscaler And Queues Resource-Aware Please? I.E. If We Can Say, As We Enqueue Our Job, How Much Ram Or Gpu-Ram Or Even Gpus It Needs, Have The Scheduler/Autoscaler Dispatch The Job To Instances That Are Of Th

Hi @<1546665634195050496:profile|SolidGoose91> , when configuring a new autoscaler you can click on '+ Add item' under compute resources and this will allow you to have another resource that is listening to another queue.

You need to set up all the resources to listen to the appropriate queues to enable this allocation of jobs according to resources.

Also in general - I wouldn't suggest having multiple autoscalers/resources listen to the same queue. 1 resource per queue. A good way to mana...

2 years ago
one year ago
0 Hey, Has Any Of You Have Experience With Setting Up Authentication When Self-Hosting Clearml On Kubernetes? I Found Only

Regarding workspaces - workspaces aren't supported in the self hosted version. I think that's feature on http://app.clear.ml

3 years ago
0 Hello Again

Hi WickedCat12 ,

During Task.init() you can specify auto_connect_frameworks=False for the framework you're working with. However please note that this will stop auto reporting scalars etc

https://clear.ml/docs/latest/docs/references/sdk/task#taskinit

3 years ago
Show more results compactanswers