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 Hey Channel. We Are Thinking About Using Clearml Dataset To Store The Data And Use Versioning. Does Anyone Know If The Versioning Are Incremental, And If It Is Possible To Restore An Older Verions?

Hi @<1726047624538099712:profile|WorriedSwan6> , versioning is as incremental as you make it be when creating new child versions.

What do you mean by restoring old versions? The versioning assumes you will not be deleting parent versions.

5 months ago
0 I Think There Is Some Bug With Clearml==1.7.1. I’M Working With Pipelines And After Updating To

Hi PricklyRaven28 , do you have a small snippet to play with?

3 years ago
0 How Can I Ensure Tasks In A Pipeline Have The Same Environment As The Pipeline Itself? It Seems A Bit Counter-Intuitive That The Pipeline (Executed Remotely) Captures The Local Environment, But The Tasks (Executed Remotely) Do Not Use That Same Environmen

Hi UnevenDolphin73 , when you say pipeline itself you mean the controller? The controller is only in charge of handling the components. Lets say you have a pipeline with many parts. If you have a global environment then it will force a lot of redundant installations through the pipeline. What is your use case?

2 years ago
0 Hi

Hi @<1523701949617147904:profile|PricklyRaven28> , note that steps in a pipeline are special tasks with hidden system tag, I think you might want to enable that in your search

one year ago
0 Hi

What about fetching the parent from the task info itself? It should be somewhere in task.data.

one year ago
0 Hi Everyone, Documentation Stands That

Hi @<1691983266761936896:profile|AstonishingOx62> , what if you try directly with the REST api and no the APIClient?

11 months ago
0 Hello I Wanted To Set Up My Clearml Server Locally, Is It Normal That The Webpage On

It looks that ES is unable to write to the volume that you provided.

Did you provide access to the folder where ES is trying to write? On what OS are you running the server?

4 months ago
0 Hello All, After I Run Training Task And Output Model To S3, Is There A Way For Clearml Server To Send Out Notification Of Some Sort To Trigger Our Continuous Deploy Process? I'M Thinking When I Assign A Certain Tag To The Experiment Result, It Could Send

PunyWoodpecker71 , regarding the REST API:
The format would be something like this:
base_url/endpoint
Where base_url would be the api_server as configured in your ~/clearml.conf and the endpoint is any endpoint you choose from the docs 🙂

Username/password are the access_key / secret_key as also configured in ~/clearml.conf (You can get it from the UI)

content-type is application/json

And of course it's a POST 🙂

3 years ago
2 years ago
0 Is There Anyway To Change The Workspace Owner In The Free Tier Of The Hosted Web App? I Signed Up For The Free Tier, Invited Two Of My Colleagues And We Now Want To Upgrade To Pro (To Access The Cloud Autoscaling Service). However, My Colleague Who Has Th

Hi @<1858681577442119680:profile|NonchalantCoral99> , I would suggest opening a new workspace with PRO, tying it to a generic email ( devop@company.com for example) so when people shift, you won't have a problem with emails.

3 months ago
0 Hi, How Is The Priority Of The Configuration Like? Which One Takes Precedence? For Example, Output_Uri

HI SubstantialElk6 ,

If I'm not mistaken the order is as goes:
output_uri (Both code and CLI) Configurations vault default_output_uri in clearml.conf

3 years ago
0 Hello, Would It Be Possible To Add To The Output Table Of

Hi @<1648134232087728128:profile|AlertFrog99> , not sure I understand. Can you please elaborate on your use case?

one year ago
0 Hi Folks, Any Idea Why I Am Getting This Strange Error From Clearml-Data:

Reproduces for me as well. Taking a look what can be done 🙂

3 years ago
0 Hi!

Hi @<1523701260895653888:profile|QuaintJellyfish58> , there is no way to see it. However, you can add visualization on top of a dataset using the Logger module and then compare those

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
Show more results compactanswers