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

Reputation

0
2 years ago
0 Hi, Is There A Way To Share Reports With Users That Are Not Part Of The Workspace?

Hi @<1643060831954407424:profile|ScrawnyMole16> , you can export your report to PDF and share it with your colleagues ๐Ÿ™‚

one year ago
0 Hi All, I Have A Live Webinar Coming Up On Feature Engineering With Kubeflow Feast On 

ExtensiveCamel16 , hi! Hope you give us a shout out ๐Ÿ™‚

3 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

2 years ago
0 Hi. When Using Sklearn'S

Or are you using ClearML's HPO?

2 years ago
2 years ago
0 Hi Everyone!

Simply point it to the relevant address

5 months ago
3 years ago
0 I'Ve Been Seeing This Message And Similar Messages A Lot In Some Of My Tasks Lately... Any Ideas?

Hi ElegantCoyote26 , looks like connectivity issue. Are you running a self hosted server?

3 years ago
0 Hi, When Using A Pipeline Decorator How Do I Add A Local Module? I Keep On Getting This Error Message:

Hi @<1523701295830011904:profile|CluelessFlamingo93> , I think you need this module as a part of repository, otherwise, how will the pipeline know what code to use?

2 years ago
0 Hi, I’M Trying To Integrate Logger In My Pipelinedecorator But I’M Getting This Error -

Hi @<1678212417663799296:profile|JitteryOwl13> , can you please add a snippet that reproduces this?

one year ago
0 I'M On The Machine With Clearml Server Hosted. Is There Any Way To See Datasets Uploaded To Clearml Data Without Downloading Them Using Clearml Data?

Regarding viewing the datasets - Can you give an example? I'm not sure I understand how you'd like to view it

Regarding Publish vs Finalize - I think finalize uploads all the files and prepares it for publish. Once published, it should be accessible to other parts(tasks) in the system

3 years ago
0 Hello Looking For Full Working Example Of

Please see the error:

2024-08-18 12:55:25,030 - clearml.automation.job - WARNING - Error enqueuing Task <clearml.task.Task object at 0x723c45320610> to 1xGPU: Could not find queue named "1xGPU"

You don't have a queue called 1xGPU.

one year ago
0 Hello Everyone, I Currently Have The Following Problem: I Have Rebuilt A Pipeline From The Example And Have Noticed That The Pipeline Is Registered Cleanly On Cearml But Is Not Executed By The Worker. In The Attachment You Can See The Pipeline From The Ex

Hi @<1774245220934750208:profile|GleamingTiger28> , how many workers do you have listening to the default queue and is the pipeline controller running on the default queue as well?

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

Regarding pipelines, did you happen to play with this example? - None

The idea is that each step in the pipeline including the pipeline controller are tasks in the system. So you have to choose separate queues for steps and also the controller. The controller by default maps the 'services' queue, but you can control also that.

6 months ago
0 Is It Possible To Perform Debugging Operations With Pycharm Integration Using Remote Session?

That's an interesting question. I think it's possible. Let me check ๐Ÿ™‚

3 years ago
Show more results compactanswers