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

Reputation

0
0 Hi Everyone!. I Was Trying To Setup Clearml In Kubernetes Using Helm Chart

@<1734020208089108480:profile|WickedHare16> , I suggest going through the documentation and seeing how each part works with the other
None

3 months ago
0 Hey Is There A Way For One To Extend Clearml Somehow? We Have Some Custom Evaluations We Want To Do And Our Ideal Scenario Would Be To Do Them Within Clearml Itself.

Hi @<1535069219354316800:profile|PerplexedRaccoon19> , not sure I understand what you mean, can you please elaborate on what you mean by doing the evaluations within ClearML?

4 months ago
0 Trying To Add Someone To My Workspace And We Keep Getting A Cannot Resolve Link Destination

Hi @<1533257411639382016:profile|RobustRat47> , can you please add a screenshot of what you're getting?

one year ago
0 There Is A Problem Starting From Clearml 1.7.0 With Python-Fire

I think this should include both fixes

2 years ago
0 I Am Struggling A Bit To Understand The Use Case Of A Pipeline: Let Say You Have Step1 -> Step2 -> Step3 What Is The Point To Use Pipeline Feature Versus Having A Single Task That Do Those Steps One After Another ???

@<1576381444509405184:profile|ManiacalLizard2> , the rules for caching steps is as follows - First you need to enable it. Then assuming that there is no change of input from the previous time run AND there is no code change THEN use output from previous pipeline run. Code from imports shouldn't change since requirements are logged from previous runs and used in subsequent runs

one year ago
3 years ago
0 Hi Folks! I Am Trying To Create A Pipeline With Clearml And Ultralytics. While There'S Already Amazing Integration Among The Tools, I Found Some Difficulties Trying To Utilized All The Magic Features From Clearml. Specifically:

Hi @<1750327622178443264:profile|CleanOwl48> , I think you need to also connect the model object to the task as an InputModel and this way you will be able to use the input model.

one month ago
0 Hi Everyone!. I Was Trying To Setup Clearml In Kubernetes Using Helm Chart

Hi @<1734020208089108480:profile|WickedHare16> , what issues are you facing?

3 months ago
0 Hello! I’M Having Trouble With Connecting My On-Premises S3 Storage To Clearml. Could Anyone Please Tell Me How To Fix It?

containing the correct on-premises s3 settings

Do you mean like an example for minio?

2 years ago
0 Hi, I Updated To Clearml-Server 1.4.0 And I Am Uncomfortable With The New Table/Detail View, Is There A Way To Disable It And Use The Previous One (On Click -> Open Details)?

It broke the shift holding to select multiple experiments btw

Oh! Can you please open an issue in github for tracking please?

2 years ago
0 Hi! Is It Useful To Create A Model Monitoring And An Endpoint? An Endpoint Is Not Enough To Use Clearml-Serving?

Hi @<1683648242530652160:profile|ApprehensiveSeaturtle9> , monitoring is already built into it. However you don't have to actively use it and simply work with the endpoint.

8 months ago
0 Hi, I Have Problems To Render Matploblib Figures Via. Report_Matplotlib_Figure. This Line Plt.Subplots() Try To Export To The Fileserver Which Is Not Configured In Our Case. Please Help. Clearml.Storage - Error - Exception Encountered While Uploading Fail

Do you mean you don't have a files server running? You can technically circumvent this by overring the api.files_server in clearml.conf and set it to your default storage

11 months ago
0 Trying To Add Someone To My Workspace And We Keep Getting A Cannot Resolve Link Destination

Strange, maybe @<1523703436166565888:profile|DeterminedCrab71> might have an idea

one year ago
0 Hi, With A Given Task Id, How Do I Get All The Information Of The Tab "Info" In The Python Sdk ? I Struggle To Find That In The Doc

Hi @<1576381444509405184:profile|ManiacalLizard2> , I would suggest playing with the Task object in python. You can do dir(<TASK_OBJECT>) in python to see all of it's parameters/attributes.

one year ago
0 Hi All! Please Tell Me What You Need To Do So That You Can Choose Input, Can You From Here? What Would The Models That We Made Appear Here, And Not A Clearml Example?

Hi @<1523702932069945344:profile|CheerfulGorilla72> , making sure I understand - You basically want to select an input model via the UI?

one year ago
0 I Have A Question. If I Do A Training On A Cloud Instance For Example The Models Are Saved There First. This Is The Path That Is Also Logged In The Clearml As Model Url. However, After The Training The Resulting Model Is Copied To A Central Fileserver And

GreasyPenguin14 Hi!

If I understand you correctly, you would have to change the url's of the models yourself so they would point to the now downed instances.

You can also use the following setting:
sdk.development.default_output_uri: "SOME_URL"
in your ~/clearml.conf to set it to send the models anywhere you want them to go from the get go 🙂

Is that helpful?

3 years ago
5 months 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

2 months ago
0 Hello, I'M Following The Tutorial Of

Can you provide more of the log before the error as well?

2 years ago
Show more results compactanswers