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 Hello All, Does Anyone Know How To Change The Id Of A Running Agent? Or Create An Agent With A Predetermined Id?

Hi @<1533619716533260288:profile|SmallPigeon24> , I think the worker id is dependent on the worker name, so you can control it this way

2 years ago
0 Ui Suggestion:

DepressedChimpanzee34 I see what you mean! Let me check regarding that 🙂

4 years ago
0 Hello Community, I Am Trying To Run A Pipeline Using Pipeline Decorater. My Components I.E. Step_One, Step_Two.... I Want To Run This Components On A Queue Default And The Pipeline On Another Queue Services. The Issue Is The Step_One Seems To Abort Automa

@<1533619725983027200:profile|BattyHedgehong22> , it appears from the log that it is failing to clone the repository. You need to provide credentials in clearml.conf

2 years ago
0 Hi Guys, I'M Trying To Deploy An Image Segmentation Model, So I Expect That The Front-End Of The Endpoint Will Allow Users To Upload Images, Get Their Segmented Images & Option To Annotate The Images If The Results Are Not Good Enough. My Question Is: How

Hi @<1580367711848894464:profile|ApprehensiveRaven81> , for a frontend application you basically need to build something that will have access to the serving solution.

2 years ago
0 Hello Everyone , How Can I Read The Hostname From The Info Section?

There aren't any specific functions for this. But all of this information sits on the task object. I suggest running dir(task) to see where this attribute is stored

2 years ago
0 When Using Clearml Virtual Environment Execution, I'D Like To Add One Of The Git Folders To The Python Path As An Environment Variable. How Do I Know Where The Path Of The Git Folder Is On The Machine Though And How Do I Add It? I Found

Hi @<1739455977599537152:profile|PoisedSnake58> , in the log you have the location of the cloned repo printed out.

For CLEARML_AGENT_EXTRA_PYTHON_PATH you need to provide it with a path

one year ago
0 `I'M Attempting My First Project In Clearml And Have A Few Questions. I'M Migrating My Video Encoding Pipeline In Python3.12 To Clearml Using The Decorators.: @Pipelinedecorator.Pipeline( Name="Run Video Encoder Pipeline", Project="Video Encoder

And from the error you get, like I mentioned it looks there is no services queue. I would check the logs on the agent-services container to see if you get any errors as this is the agent in charge of listening to the 'services' queue

8 months ago
0 Hello Everyone! Has Anyone Ever Used Grafana In Clearml-Serving To Configure Data Drift Alerts?

Hi @<1673501397007470592:profile|RelievedDuck3> , there is some discussion of it in this video None

one year ago
0 Hi, I'M Trying To Upload Data To Clearml Parallelly. Is It Impossible To Use

Is it possible that it's creating separate datasets? Can you post logs of both processes?

3 years ago
0 Hi, What Are The Limitations Of Free Self-Hosted Version Of Clearml? Can It Be Freely Used For Production? Thank You!

From my understanding ClearML uses Apache-2.0 license, so it depends if that covers it or not

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

WackyRabbit7 , in that case you can simply register the pretrained model in the system using the SDK 🙂

3 years ago
0 Hi, May I Ask If There Is A Good Way To Get The Details Under Clearml Task "Info" Tab (Output As Json/Python Dict) Using Python Codes?

Hi OddShrimp85 , you sure can! You can use the API. This one is useful for getting data about specific tasks. I think you'll have to sift through the response to find what you need 🙂

2 years ago
0 Aws { S3 { # S3 Credentials, Used For Read/Write Access By Various Sdk Elements # The Following Settings Will Be Used For Any Bucket Not Specified Below In The "Credentials" Section # ----------------------

Hi @<1637624992084529152:profile|GlamorousChimpanzee22> , did you test this section and it doesn't work or you just didn't find in the code where it's being read?

one year ago
0 Hi, I'M Trying To Use Clearml On Pytorch-Lightning With Multiple Gpus, But It Seems As If The Server Does Not Monitor The Experiment. I Can See No Progress In The Console (Steps Counter Stays On 0) Nor Any Tensorboard Loggings. On A Single Gpu Everything

I see. Just to simplify the issue - When using pytorch - were you getting machine usage reports (CPU/GPU usage)?
Also, I'm guessing various scalars aren't being reported. I'm guessing those were previously captured automatically by Clearml?

3 years ago
0 I Tried To Upload An Image In Clearml Report, But It Show An Error Like Below. Any One Know How To Fix It?

Hi @<1570583237065969664:profile|AdorableCrocodile14> , how did you upload the image?

2 years ago
0 Before I Write An Issue: Does Someone Else Have To Problem That With The Latest Clearml-Server If You Go To Detail View -> Results -> Debug Samples -> Change Metric To Anything, And Then Press The Refresh Button/Wait For Auto Refresh You Get A Blank Debu

ReassuredTiger98 , I played with it myself a little bit - It looks like this happens for me when an experiment is running and reporting images and changing metric does the trick - i.e reproduces it. Maybe open a github issue to follow this 🙂 ?

3 years ago
0 Hi Everyone, I Am Very New To Clearml. I Would Like To Do A Tutorial To Gain Practical Experience With Clearml. I Have Seen That

Hi VivaciousBadger56 , This is a good question. In my opinion it's best to start with viewing videos from ClearML's YouTube video. This one is especially useful:
https://www.youtube.com/watch?v=quSGXvuK1IM

As regards to which steps to take, I think the following should cover most bases:
Experiment tracking & management - See that you can see all of the expected outputs in the ClearML webUI Remote experiment execution - Try and execute an experiment remotely using the agent. Change some c...

3 years ago
0 Hello, I’M Using

Great, thanks!

3 years ago
0 Is There A Way To Configure A Clearml-Agent So That It Shutdown The Server After It Has Been Idle For A Certain Time Period? We Are Using Gpu Resources From A Provider That Autoscaling Doesn'T Support (Such As Sagemaker Training Jobs).

With the autoscaler it's also easier to configure a large variety of different compute resources. Although if you're only interested in p4 equivalent instances and on fast demand I can understand the issue

2 years ago
0 Hello! Are You Able To Help Be Debug This Message?

On prem is also K8s? Question is if you run the code unrelated to ClearML on EKS, do you still get the same issue?

one year ago
Show more results compactanswers