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

Reputation

0
0 Hey All. Wanting To Log

Hi @<1674226153906245632:profile|PreciousCoral74> , you certainly can, just use the Logger module 🙂
None

9 months ago
0 Hi All, Should Be Any Problem Deploying A Clearml Server On A Raspberrypi? (I.E. Arm64).

CrookedWalrus33 Hi 🙂
I don't see any specific problem that can arise from that as long as it has Docker installed AND has all the system requirements (CPU/RAM)

3 years ago
0 Hello

FrothyShrimp23 , I think this is more of a product design - The idea of a published task is one that cannot be easily changed afterwards. What is your use case for wanting to often unpublish tasks? Why publish them to begin with? And why manually?

one year ago
0 Hey Guys, In A Fresh Self-Hosted Clearml Server I Have The Issue That I Cannot See Any Preview Images Of The Files In A Dataset. It Seems Like A Bug, But Maybe I Am Doing Something Wrong?

Looping in @<1523703436166565888:profile|DeterminedCrab71> & @<1523701435869433856:profile|SmugDolphin23> for visibility

one year ago
0 Hi All, I Have A Pipeline Construct From Multiple Base Tasks. Is There A Way To Get Output Or Notification Somehow From One Of The Steps In The Pipeline On The Fly? I Want To Know If I Can Trigger The A Child Step Based On Some "Go" Command That I Will Pu

Hi @<1539417873305309184:profile|DangerousMole43> , if understand correctly, you basically want to have some logic in your pipeline that will launch jobs according to some "trigger"?

one year ago
0 Hi Everyone! I Have A Question Regarding Running A Script Inside Docker Container With Clearml: I Build An Image Containing All Requirements To Run Some Python Script That Is Getting Arguments Via Argparse. When I Build A Wrapper Script That Will Run This

I would suggest structuring everything around the Task object. After you clone and enqueue the agent can handle all the required packages / environment. You can even set environment variables so it won't try to create a new env but use the existing one in the docker container.

one year ago
0 Hello!, Does Anyone Know Why When Running A Task In A Specific Docker Image, There Are Some Python Packages Whose Versions Doesn'T Match? For Example, I Have Installed The Package Ultralytics On 8.1.25 On The Docker Image But It'S On 8.1.11 In The Install

Hi @<1676762887223250944:profile|FancyKangaroo34> , it would be possible for example if the docker image has a different python version from what you ran on previously

9 months ago
0 Hi! If I Want To Programmatically Extract Information On All (Clearml) Tasks Of A Given (Clearml) Project, What Is The Recommended Way? For Example - Let'S Say I Want To Extract Some Specific Metric Curves Points From All Of The Tasks

Hi GorgeousMole24 , I think for this your best option would be using the API to extract this information.
` from clearml.backend_api.session.client import APIClient

client = APIClient() `is the pythonic usage

2 years ago
0 Hello, I Was Wondering About The Billing Options For The Clearml Pro Plan. Could You Let Me Know If There Are Options For Monthly Or Yearly Payments?

Hi @<1634001106403069952:profile|DefeatedMole42> , the Pro plan is monthly payment according to usage. You can find more information here - None

one month ago
0 I'M Trying To Use The Aws Autoscaler And I'M Having Some Difficulties With The Ami Configuration. From What I Tested The Ami Should Include:

Hi @<1594863230964994048:profile|DangerousBee35> , this is pretty much it. I think the default one suggested is a good one

9 months ago
0 In General, How To Pass Clearml_Agent_* Envriornment Variables To Have Effect, If The Agent Is Already Started?

Hi @<1715900788393381888:profile|BitingSpider17> , you need to set it in the environment where you are running the agent. Basically export it as an env variable and then run the agent

6 months ago
one year ago
0 Hello, I'M Trying To Use Clearml Agent To Build A Containerized Task

Can you please provide full logs of everything?

11 months ago
one year ago
0 Hi All, I Am Seeing This In My Logs:

Can you share a snippet just to reproduce this?

one year ago
0 I Have A Problem That Might Not Directly Be Clearml Related, But Maybe Someone Here Has An Idea: I Run A Clearml-Server On A Machine With 128Gb Ram, 32 Cores And 2 Gpus. On The Same Machine I Run 2 Clearml-Agent Each With Access To 1 Gpu, 12 Cores, An 48G

128GB RAM, 32 cores and 2 GPUs.

WOW 😮 I'm so jealous

However, after a while my container will exit, but also the clearml-server stops responding correctly. WebUI will not show updates and only a few experiments are shown at all. After restarting the apiserver, the clearml-server works correctly again.

Do you get any errors on how/why the container exist? Which container is it?

2 years ago
0 Hello, I'M Trying To Use Clearml Agent To Build A Containerized Task

Hi @<1603560525352931328:profile|BeefyOwl35> , can you please elaborate on what you mean by running the build command?

Can you add a full log?

11 months ago
0 Hi Everyone, I Would Like To Know If Possible On How Clearml Can Be Useful To Be Used With Powerbi? I Am Working With Real-Time Recording Databases Related To The Oil And Gas Industry I Am Currently Not Looking For Doing Machine Learning Am Focused On T

Hi @<1574931886449364992:profile|JealousDove55> , as long as you're running python code I think ClearML can help you with logging, visibility & automation.

Can you elaborate a bit on your use case?

one year ago
0 We'Re Looking At Setting Up On-Demand Cloud Gpu Training, But Have Hit A Blocker: We'D Like To Use On-Demand Ec2 Instances (As Described Here

Hi @<1752139558343938048:profile|ScatteredLizard17> , the two of supported types of instances by the ClearML autoscaler are on demand/spot instances, nothing to do with reserved ones

2 months ago
Show more results compactanswers