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 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

3 years ago
0 Tasks Can Be Put In Draft State - If We Will Execute:

How do you run your pipeline currently?

2 years ago
0 Hello. Can I Know How To Download The

I am not familiar with that. In the SDK you have the StorageManager to help you with downloading files.
None

2 years ago
0 Hi Everyone! We Are Trying To Run Pipelines From Gitlab Ci Runners, But Are Faced With The Following Error When Performing

Hi PreciousParrot26 ,

Why are you running from gitlab runner - Are you interested in specific action triggers?

3 years ago
0 Sdk’S Dataset.Get And Dataset.Create Are Appending

Hi @<1691258549901987840:profile|PoisedDove36> , not sure I understand. Can you please elaborate with screenshots maybe?

one year ago
0 In

What version of clearml are you using? Are you using the community server?

2 years ago
0 I'M Having Trouble With Storagemanager Leaving Files In The Local Cache On The Clearml Agent Node. Somehow, These Files Are Not Cleaned Up By Storagemanager When I Try To Run New Experiments, Which Then Fail Due To Lack Of Local Storage. Archiving Old E

Hi @<1760474471606521856:profile|UptightMoth89> , I'm not sure that Task.get_task is related to the cache. Also the cache should be auto cleared by the SDK. Can you provide the full log of the experiment? What exactly are you trying to do in the code?

one year ago
0 Hello! Is There A Way To Filter The "Console" Logs By Host When Logging From Multiple Workers To The Same Task When Using Distributed Training? I See The "Hostname" Indicator Changes For Each Log But I Don'T See A Mechanism To Filter.

Hi @<1743079866477056000:profile|ItchySeahorse7> , there is no such capability currently but it sounds like a good idea, maybe open a GitHub feature request for it?

one year ago
0 Hi Guys! Is There Any Way To Get Full State Of Dataset From Somewhere, Except My S3 Bucket? I Need A Mapping Of Files And Batches That Were Uploaded As A Dataset. Maybe This Information Is Also Available In One Of The Clearml Databases?

o, if I pull this file from s3 bucket, I can conclude which chunk I should download to get a specific file. Am I wrong?

I think you're right. Although I'm not sure if you can decompress individual chunks - worth giving it a try!

I also though clearML writes this mapping (

state.json

) into one of its databases: Mongo, Redis, Elasticsearch.

I think the state.json is saved like an artifact so the contents aren't really exposed into one of the dbs

2 years ago
0 Hi! I'M Trying To Set Up Clear Ml, I Don'T Know How To Setup Azure Container Storage, For Some Reason It Raises Errors. I Tried This

I see. Leave the files_server section as it was by default. Then in the CLI specify the --output-uri flag
None

one year ago
0 Hi Do I Need To Setup Clearml-Server?

Hi @<1793451774179282944:profile|TestyMouse38> , you can also use the community server - app.clear.ml

9 months ago
0 Can I Run A Random Task From A Queue? Like This

On what OS are you on?
Regarding your question - I can't recall for sure. I think it still creates a virtualenv

3 years ago
0 Hey Guys! We Run Tasks Using Docker Mode Environment. The Docker Image We'Re Using Has Already All The Packages Installed On The System, But I Notice That Every-Time We Run A Task, It Tries To Install The Environment Packages Over Again. Is There A Way To

Hi @<1544853695869489152:profile|NonchalantOx99> , I think this is the environment variable you're looking for - CLEARML_AGENT_FORCE_SYSTEM_SITE_PACKAGES
None
You can also use agent.package_manager.system_site_packages: true in your clearml.conf

2 years ago
0 Hi, I’Ve Recently Started Experimenting With Clearml And The Various Features It Offers. I’M Primarily Working On Creating Different Pipelines, And I’Ve Encountered An Issue I’D Appreciate Your Help With. I’Ve Noticed That, Somewhat Inconsistently, The In

Hi @<1815919815257231360:profile|UpsetFrog68> , what if you move the _create_dataset function into create_dataset , does the issue still reproduce? Also, can you try setting the parents explicitly?

6 months ago
0 Hello Admin, How Do I Download The Clearml Documents In A Pdf Format?

You have the open source repository of the documents - None

I think you could generate a pdf from that with some code.

one year ago
0 Hello Admin, Please Add More Mlops Hands On Learning Resources On Youtube.

You also have onboarding videos there, I suggest you review all videos.

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

Logs shows me that key is mounted to the docker container

How are you mounting the credentials?
What version of ClearML-Agent are you using?

3 years ago
0 Hello, I Have My Clearml Instance Hosted At Url "

How is clearml.conf set on that machine?

2 years ago
0 Dear Team - I Have Some Gui Related Requests / Questions:

BoredPigeon26 , Please try the following setting in your ~/clearml.conf
sdk.metrics.tensorboard_single_series_per_graph: true and see if it helps 🙂

4 years ago
one year ago
Show more results compactanswers