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 Hey Everyone With Recent Changes In Dockerhub Policy, Very Soon We Will Lose Our Ability For Pull

Hi @<1523701842515595264:profile|PleasantOwl46> , I think its a docker hub limitation for non paying accounts pulling too many images and unrelated to ClearML. You can always host your own artifactory as well.

one year ago
0 Another Qn, Is Clearml-Data Analogous To A Feature-Store

ClearML has a built in model repository so together I think they make a "feature store" again, it really depends on your definition

3 years ago
0 Hello Guys, I Got This Error On My Pipeline Execution When Processing Data For Model Training. There Are About 10 Steps, But This Errors Occured When It Reaches Step 7

Hi MoodyCentipede68 ,

What version of ClearML / ClearML-Agent are you using? Is it a self hosted server or the SaaS?
Also, can you explain what step 7 was trying to do? Is it running locally or distributed?

3 years ago
0 Hi Team, Are You Adding Support For More Dataframe Tools Such As Polars To The List For Metadata Displaying In The Ui?

Hi @<1882599179692281856:profile|FriendlyBluewhale89> , not sure what you mean by metadata displaying. Can you elaborate?

18 days ago
one year ago
0 Hi, Does Anyone Know If There Is A Way To Have The Dataset Graph That Tells Us Which Dataset Was Created From Which Other Ones Without Setting The Previous Datasets As Parents? We Have Large Raw Datasets That Are Used To Create Several Smaller Ones, And I

Hi @<1523703397830627328:profile|CrookedMonkey33> , not sure I follow. Can you please elaborate more on the specific use case?

Currently you can add plots to the preview section of a dataset

one year ago
0 Hi Everyone, I'M New To Clearml And I Want To Run A Task On A Remote Host Inside A Docker Container. The Python Interpreter I Need To Use Is Located At

you set up 2 agent runs - one with docker and the other without. Each agent should be listening to a different queue. Makes sense?

2 years ago
0 Hi All, I Hope I'M In The Right Channel, We(

Are the previews large? Can you supply an example?

3 years ago
0 Hello, We Are Getting Following Timeout Errors During The Task Run:

It can be changed with this env var for the apiserver:
CLEARML__hosts__elastic__events__args__timeout=<new number>
Though the better handling could be either increase the elasticsearch capacity (memory and cpu) or decrease the load (send events in smaller batches)

2 years ago
0 Hi I'M Using Clearml Datasets. How Do I Tell From The Clearml Ui Which Datasets Version Am I Using?

SubstantialElk6 , can you view the dataset in the UI? Can you please provide a screenshot so I can mark it down for you

4 years ago
0 Hi All I Have A Question About The "Reports" Feature. I Followed The Steps Below. 1. Created Report At "Project Root" 2. Ran Api

Hi @<1567321746447536128:profile|EmaciatedCentipede72> , I would suggest checking what api calls the UI sends when doing work in the UI with reports. You can see it in the network section of developer tools (F12), filter by XHR for easier time reading 🙂

2 years ago
0 Hi, Is It Possible To Set Script Always Clone The Latest Commi From Branch?

Hi @<1523701260895653888:profile|QuaintJellyfish58> , yes it is. You can simply specify a branch 🙂

2 years ago
0 Hello, I Wanted To Test Out Clearml And Installed The 7.14.2 Helm Chart. The Deployment Looks Ok. I Can Access The Webui And Create Workspace Api Credentials. What I Can’T Do Is.

Looks like a network issue.

As a side note, I would suggest removing & revoking all credentials you've pasted here 🙂

9 months ago
0 Can I Use “Autoscaler” To Go From 0->1 Agent? I.E. 1 Queue For Tasks, Start 1 Machine, Process Everything To Completion, Then Shut Down?

Hi @<1607184400250834944:profile|MortifiedChimpanzee9> , yes 🙂
This is exactly how the autoscalers work. Scale from 0 to as many as needed and then back to 0

2 years ago
0 Hi All! I Want To Setup A Tool That I Can Use To Analyse Clearml Logs (Just User And Experiment Logs, I Am Not Doing Any Model Serving Yet). Is There An Api Endpoint That I Can Fetch Such Metrics? Metrics Like Number Of Active Users, Number Of Experiments

Hi @<1573119955400921088:profile|CloudyPelican46> , you can certainly do this. You can find all the related api calls here - None
I suggest opening developer tools (F12) and seeing what is sent in the UI to fetch the various metrics you're looking for

2 years ago
one month 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

2 years ago
0 Hi All, I'M Running Dl Experiments On Top Of Mmdetection. The Experiments Are Deployed Remotely On A Dedicated Ec2 Instance Through

ResponsiveHedgehong88 , do you have an option to log into the machine and see the state or if there were any errors? Is there any chance it's running out of memory? The agent also keeps a local log, can you take a look there to see if there is any discrepancy?

3 years ago
Show more results compactanswers