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, 3694 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Hello Everybody, Did Anybody Experience Problem Where In Clearml Web Ui You Customize Columns (Remove Some, Add Metrics, Etc..) They Just Reset Randomly After Some Point? Sometimes On Every Page Refresh. It Gets Quite Annoying To Add Metrics All The Time

I understand. That's strange, column ordering etc should be stored in cookies per project. Maybe @<1523703436166565888:profile|DeterminedCrab71> , might have an idea

one year ago
0 Hi Community, Is It Possible To Start Two Agents On The Same Machine? If It Is, Can They Read From Two Different Configuration Files? How Can This Be Implemented?

Hi @<1748153283605696512:profile|GreasyPenguin24> , you certainly can. CLEARML_CONFIG_FILE is the environment variable that allows you to use different configuration files

2 months ago
0 Hi. Is There An Api Endpoint That Returns Active Users On The Clearml Server?

Hi @<1573119955400921088:profile|CloudyPelican46> , what do you mean by active users? People who are currently logged on to the web UI or people who are running experiments currently or just all users registered to the server?

one year ago
0 Can we _temporarily_ disable the autologging feature? (specifically for `matplotlib`?)

I'm not sure. Try to see if its an attribute of Task object and see if you can change it somehow during runtime - I'm sure this wasn't intended though 🙂

one year ago
0 Hi Everyone! When I Execute

Hi @<1548839979558375424:profile|DelightfulFrog42> , you can use tasks.set_requirements to provide specific packages or a requirements.txt:
None

one year ago
0 Hi All! I'M Trying To Create Dataset With Output_Uri Pointing To Google Storage And Got Weird Error:

Hi @<1544853721739956224:profile|QuizzicalFox36> , from the error you're getting it looks like a permissions issue with the credentials. Check if your credentials have read/write/delete permissions

one year ago
0 Hey Everyone, I'M New To Clearml Pipelines And My Tasks Are Always In Pending. 1) I Have Created Clearml Agent And It Is Connected To The Main Clearml Server. 2) Agent Configured To Use Docker With Mounted Volumes, Does Listen To The "Services" Queue And

Hi @<1635088270469632000:profile|LividReindeer58> , you should do a separation. The pipeline controller should run on the services queue. Pipeline steps should run on different queues. This is why they are sitting in pending - there is no free worker to pick them up.

one year ago
one year 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

That sounds like a fairly large team already. I would suggest considering the Scale version. It would alleviate a lot of devops work & maintenance on your part, provide direct support for users & admins, RBAC, SSO, configuration vaults and many other features.

one year ago
0 I Get An

Great! Let me check if this is by design or an issue 🙂

3 years ago
0 Hi, Community. I Want To Delete Experiment And See This Error. How I Can Solve This?

Also please expand the 500 errors you're seeing. It should give some log

2 years ago
0 Hi, I’M Getting This Error When I Try To Run Task On A Remote Agent With Docker Mode Web Ui:

REMOTE MACHINE:

  1. git ssh key is located at ~/.ssh/id_rsa

Is this also mounted into the docker itself?

2 years ago
0 When Using A

Hi DangerousDragonfly8 , can you please elaborate on your use case? If you want only a single instance to exist at any time how do you expect to update it?

2 years ago
0 Is There A Way To Use The Scalar Smoothing When Opening The "Maximize Graph"?

BoredPigeon26 , it's a feature in our next release 🙂

3 years ago
0 Hello Clearml Ppl I Have A Question, Is There A Way To Filter Tasks And Get Only The Ones That Has

By the way, I don't suggest ever using the _ex suffix on any of the apicalls you see in UI, it's reserved for UI and can cause unintended results in automations

2 years ago
0 Where Can I Find A More Extensive Documentation Of Serving? I'M Looking For

Yeah I see it too! I'll ask someone to take a look at it

2 years ago
one year ago
0 Hello Is There Any Actual Way To Modify

Hi GloriousPenguin2 , how did you try to modify it? From the code it looks like it's expecting a configuration and it will sample it once every few minutes

one year ago
0 Hi Guys, Hope You'Re Doing Well. I Have A Simple Question: My Workspace Reached It'S Storage Quota. Is It Possible To Free Space? I Have Already Deleted A Lot Of Old Tasks But It Still The Same... Thanks!

Hi NastySeahorse61 ,

It looks like deleting smaller tasks didn't make much of a dent. Do you have any tasks that ran for very long or were very intensive on reporting to the server?

2 years ago
0 I Am Facing This Error While Trying To Run My Code

What version of clearml-agent are you using?

2 years ago
0 Hi, Me Again. How Can I See User-Specified

You can also use min/max values as well

2 years ago
0 Hi, I Was Wondering How Come My Api Calls Keeps Going Up While I'M Not Executing Any Tasks\Experiments? I Think It Is Related To The Fact That I Have A Worker That Is Running In The Background, And I Was Wondering How Many Api Calls A Worker Is Doing Per

worker by default checks the backend every 5 seconds for new tasks in the queue. While running a task I think it basically sends whatever api calls a regular local task sends

one year ago
Show more results compactanswers