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

Reputation

0
0 Is There An Autoscaler Equivalent For K8S? That Is, A Service That Will Launch Pods Based On Incoming Requests?

@<1523701083040387072:profile|UnevenDolphin73> , basically, it scales to as many pods as you like. Very similar to the autoscaler but on top of K8s

2 years ago
0 Hi To All! Is Clearml Oss Integrable With Keycloak For The Authentication Phase?

I'm afraid that's all there is. I think security integrations are in the Scale & Enterprise versions.

2 years ago
3 years ago
0 Hi. Is There A Way To Pass Multiple Pre/Post Execution Callbacks For A Step?

I see. I don't think it's supported but I think it would be a great idea for a feature. Maybe Open a Github feature request?

one year ago
0 I Keep Facing This Issue. I'M Trying To Set Up My Own Clearml Server Using This Tutorial.

VexedCat68 , what errors are you getting? What exactly is not working, the webserver or apiserver? Are you trying to access the server from the machine you set it up on or remotely?

4 years ago
0 Hi Everyone!. I Was Trying To Setup Clearml In Kubernetes Using Helm Chart

@<1734020208089108480:profile|WickedHare16> , many different things, RBAC, users & groups, K8s dedicated support with advanced features, HyperDatasets, SSO/LDAP integration, dedicated support, dynamic GPU allocation, advanced GPU fractioning on top of K8s and much more.

You can see a more detailed list here - None

I would suggest contacting sales@clear.ml for more information 🙂

one year ago
0 Hello! Are You Able To Help Be Debug This Message?

Hi @<1734020162731905024:profile|RattyBluewhale45> , from the error it looks like there is no space left on the pod. Are you able to run this code manually?

one year ago
0 Hi! I Installed Self-Hosted Clearml Server Using

TartLeopard58 , I think you need to mount apiserver.conf to the api server. This is an API configuration 🙂

2 years ago
0 Hi All, I Want To Ask, How I Can Get Commit Id From Compiled Task. I Tried Get_Script Method In Task Class, But There Only Info About Branch (I Think Because I Used Latest Commit In Branch), From Code I Understood That Commit == Version_Num In Task.Script

This is what I just tested now for a task with a commit in the webUI:

from clearml import Task

task = Task.get_task(task_id="<TASK_ID>")

print(task.data.script.version_num)

This returned the commit ID I see in the webUI.

Are you sure there is a commit ID in the UI? Are you sure you're fetching the correct task?

9 months 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 I Have The User/Pass Set Up On The

You're sure this is a generated token and not a password?
image

11 months ago
0 I Am Trying To Test And Show The Results On My Local Machine. ( Clearml-Server With

Can you please run ls -la /opt/clearml and send the output + your docker compose file

3 years ago
0 Is Data Versioning Available In The Accessible Version Of Clearml? I Want To Create A Structure Like This.

MammothParrot39 , yes it is available. This part of the Dataset module of clearml

2 years ago
0 Hey, We'Re Seeing A Lot Of Issues With Our Clearml Self-Hosted Server These Days; It Seems Like The Api Times Out While Talking To Elasticsearch:

Hi GiganticMole91 , what version of ClearML server are you using?
Also, can you take a look inside the elastic container to see if there are any errors there?

3 years ago
0 Hey All, Is Anyone Able To Access The Clear Ml Website?

Hmmm this is strange. Still not working for you?

3 years ago
3 years ago
0 Hi All. Can You Please Help Me. Is It Possible When Using Docker To Not Install Virtual Env? I Am Using Kubernetes Glue. Found Only Such A Piece Of Code About This

CumbersomeParrot30 , try setting the following environment variable to true:
CLEARML_SKIP_PIP_VENV_INSTALL

4 years ago
0 Hi All, I Have A Problem That I Couldn'T Figure On My Own ,I Will Be Happy For Help On This Issue! I Run On Linux With A "Father" Script That Creates A Subprocess, Calls Task.Init To Create A Task, Then Save Some Metrics And Then Close The Task (Few Time

The sample script you posted runs fine on server 1.6.0. I did however comment out from machine_learning.clearml_client import Task and used from clearml import Task

Can you please try with the regular import?

3 years ago
0 Heya, I Hope You'Re All Well In This Beautiful Day, My Gcp Autoscaler Just Died With That Strange But Short Backtrace, Wondered If It Rang A Bell To Any Of You ?

Hi FierceHamster54 , is this an old autoscaler instance? What is the version? You can see the version when you're on the application and click on 'More' at the top left text area

3 years ago
3 years ago
0 Hi, I Installed The Open-Source Version Of Clearml But Couldn'T Connect Using The Admin Role. Can You Assist Me With This? I Want To Set Resource Config And Couldn'T Find It

No, resource configuration allows you higher level of control over different resources - None

I suggest you review the agent setup & deployment docs - None

Then you can view all the connected nodes through the orchestration tab - None

8 months ago
0 Hello Everyone! Thanks To The Team For The Amazing Work On Clearml! I'Ve Brought Up A Couple Clearml-Servers And I'Ve Put A Load Balancer On Top Of Them. I Was Wondering Where Can I Find The Credentials Of Each User On Clearml-Server, So That I Can Someho

Yes, but this data is managed by mongodb. Also since you have full visibility at the user/passwords you can probably somehow generate a token similiar to how the UI does it when you log in to create a token

2 years ago
Show more results compactanswers