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

Reputation

0
0 Why It Is Unable To Acess The File If I Change It While Rerun

It looks like you're running on different machines and the file your code is looking for is not available on the other machine

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

What version of clearml-agent are you using?

3 years ago
0 I Am Using Clearml Free Saas. I Have A Task "Mytask" Of Type "Data_Processing" In Project "Myproject" Which Uploads A Dataset In The End Of Its Execution. For Some Reason, After Uploading The Dataset, My Task Appears In Ui Not Under "Myproject", But Under

Hi @<1613344994104446976:profile|FancyOtter74> , I think this is cause because you're creating a dataset in the same task. Therefor there is a connection between the task and the dataset and they are moved to a special folder for datasets. Is there a specific reason why you're creating both a Task & Dataset in the same code?

2 years ago
0 Hi, I'M Trying To Install A Self-Hosted Clearml-Server On An Ubuntu22.04 Computer Using The Pre-Built Docker Image And Following

Hi @<1652120623545061376:profile|FrightenedSealion82> , do you see any errors in the apiserver or the webserver containers?

one year ago
0 Hi, Just Curious, Is There Planning To Using

Maybe add it a feature request in GitHub 🙂

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

3 years ago
0 Hello, I Have Clearml Autoscaler Setup. Previously, When A New Task Comes Up, An Already Running Worker (If There Is), Will Take It, Apply The New Commit And Run The Task. Now, I Get An Error. So, I Can'T Run A Task On An Already Running Worker. It Has To

Hi @<1523704674534821888:profile|SourLion48> , making sure I understand - You push a job into a queue that an autoscaler is listening to. A machine is spun up by the autoscaler and takes the job and it runs. Afterwards during the idle time, you push another job to the same queue, it is picked up by the machine that was spun up by the autoscaler and that one will fail?

one year ago
0 Why Is Async_Delete Not Working?

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , the hotfix should right around the corner 🙂

one year ago
0 Hey Currently Trying To Run A Pipeline Locally To Test A Pipeline Component With

Didn't have a chance to try and reproduce it, will try soon 🙂

3 years ago
0 In

How are you running the task? Can you add logs please?

2 years ago
0 What Could Be Causing This?

What is this http://unicorn address? Did you deploy using docker compose?

3 years ago
0 Anyone Experiencing This With A Custom S3 Bucket In The Debug Samples? The S3 Configuration In The Webapp Is Correct

Just so I understand the scenario - You're using Minio (I assume no special configs) and when saving debugs Minio all the files are there but in the UI you can't view it, correct? How did you save debug samples to Minio - by default they are always saved to fileserver?

2 years ago
0 Does Anyone Know If It Is Possible To Add A Plot From A Stylized Pandas Data Frame? I Can Easily Log A Pandas Data Frame With

Hi DangerousDragonfly8 , I believe this is supported. You just need to have the object already with links embedded inside

3 years ago
0 Hi, Quickhelp With Pipelines: I Am Loading A Model During A State Of It And Them Passing This Model (Torch.Nn.Module Object) As Input Argument To A Pipeline Component. I Noticed The Model Inside The Pipeline Component Is An Object Of Class 'Pathlib2.Posix

Hi ShallowGoldfish8 ,

I'm not sure I understand the scenario. Can you please elaborate? In the end the model object is there so you can easily fetch the raw data and track it.

3 years ago
0 Hello, Is There A Config Option Where I Can Force All Steps In A Pipeline To Run In The Same Docker Container?

Hi @<1540867420321746944:profile|DespicableSeaturtle77> , I think you need to define it per step

2 years ago
0 Hello Everyone! Is It Possible To Transfer Data (Datasets, Models) From One Clearml Instance To Another? How Can I Do This?

Hi @<1578555761724755968:profile|GrievingKoala83> , ClearML only tracks data (datasets/models) and keeps links to it. Or are they saved to the files server?

one year ago
0 Anyone Experiencing This With A Custom S3 Bucket In The Debug Samples? The S3 Configuration In The Webapp Is Correct

Hi TrickyFox41 , how did you save the debug samples? What is the URL of the image?

2 years ago
0 Anyone Experiencing This With A Custom S3 Bucket In The Debug Samples? The S3 Configuration In The Webapp Is Correct

Hi TrickyFox41 , I think this issue is solved in 1.9.0, please update to the latest version of clearml

2 years ago
Show more results compactanswers