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
0 Hi Team, Is Clearml Support Model Versioning?

Hi @<1533257278776414208:profile|SuperiorCockroach75> , can you please expand on what you mean / expecting? I'm not sure I understand your issue

2 years ago
0 I Have The User/Pass Set Up On The

Strange. Can you add your clearml.conf from the agent machine? Please make sure to obscure all secrets 🙂

9 months ago
0 Hi Again, Are There Any Examples Of One Script Being Used To Execute Multiple Remote Tasks? If I Could Use

Hi @<1523701092473376768:profile|SuperiorPanda77> , I think a PR would always be appreciated. I don't see any issues with using task.reset()

2 years ago
0 Hi Everyone, I’M Looking To Implement Authentication For My Self-Hosted Clearml Server. Specifically, I Noticed The Option To Enable Web Login Authentication, Which I Assume Only Secures Access To The Clearml Web Interface. However, I’D Like To Know:

Hi @<1695969549783928832:profile|ObedientTurkey46> , this is supported in the Scale/Enterprise licensees of ClearML (external IdP support). API access is always done using credentials.

9 months ago
0 Hey Good Morning! Question Regarding Clearml Server Storage. Currently We Are Hosting A Clearml Server Using The Default Configured Http Fileserver. We Would Like To Migrate The Server To Aws And Use A S3 Storage. Would There Be A Way To Transfer All Arti

Hi @<1799974757064511488:profile|ResponsivePeacock56> , in that case I think you would need to actually migrate the files from files server to S3 and then also change the links logged in MongoDB associated to the artifacts.

3 months ago
0 I Am Training A Model With Pytorch Lightning. I Save

Hi @<1523702786867335168:profile|AdventurousButterfly15> , are the models logged in the artifacts section?

2 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 All, I Have A Big Amount Of Experiment In A Single Project, There Is A Way To Download The Experiments As A Custom Table? To Let'S Say To A .Csv File? Thanks! Experiment Table Example:

Hi @<1547028131527790592:profile|PleasantOtter67> , nothing out of the box. You can however quite easily extract all that information and inject it into a csv programmatically.

I think the bigger question is how would you break it down? Each experiment has several nested properties.

2 years ago
0 Hi All, I Have A Big Amount Of Experiment In A Single Project, There Is A Way To Download The Experiments As A Custom Table? To Let'S Say To A .Csv File? Thanks! Experiment Table Example:

I think the call tasks.get_all should have you covered to extract all information you would need.
None
The request body should look something like this:

{
  "id": [],
  "scroll_id": "b77a32d585604b098f685b00f30ba2c2",
  "refresh_scroll": true,
  "size": 15,
  "order_by": [
    "-last_update"
  ],
  "type": [
    "__$not",
    "annotation_manual",
    "__$not",
    "annotation",
    "__$not",
    "dataset_i...
2 years ago
0 How Do I View Debug Samples Images In The Browser When The Output_Uri Is On Google Cloud Storage (

Hi @<1523702496097210368:profile|ScantChimpanzee51> , I think you need to be connected to the GS account on the same machine

2 years ago
0 Hi, I'M Trying To Upload Data To Clearml Parallelly. Is It Impossible To Use

AbruptCow41 , you can already do this, just add the entire folder 🙂

3 years ago
0 Hi Community! I Use The Tensorflow Object Detection Api And Trying To Get "Pretrained Checkpoint" Input Model To Store On The Server. If I Set Output_Uri=True In Task.Init, I Get The Output Models Stored On The Server As Expected But The Input Model Still

Hi 🙂

Regarding the input issue - Try defining in your ~/clearml.conf the following: sdk.development.default_output_uri to wherever you want it uploaded. I'm guessing that when you're running the original input model is created through the script and downloaded?

Regarding tagging - I think you need to connect tags individually to output models if you wanna connect it only to outputs

3 years ago
0 Hi Everyone! How Do I Disable Automatic Reporting Of Matplotlib Plots And Images?

Hi @<1523707653782507520:profile|MelancholyElk85> , in Task.init() you have the auto_connect_frameworks Parameter.

None

2 years ago
0 Hello There! After Updating Clearml Server To The Latest Version I'M Not Able To Download Old Datasets. I Got An Error

Hi EcstaticMouse10 , what was your previous version?

Also, what if you try to specify id's instead of names?

2 years ago
0 Hey Everyone, Given A Query Object, I See That I Can Access Many Things Such As Dataset_Name, Id Etc. Howeve,R I Want To Retrieve Not Only The Dataset_Name But The Dataset_Project Its Saved Under. How Can I Access This Information?

Hi @<1797075640948625408:profile|MotionlessSeagull29> , you can get it with the following:

from clearml import Dataset

ds = Dataset.get(dataset_id="<SOME_ID>")

print(ds.project)

You can always use

dir(<PYTHON_OBJECT>)

to see it's different attributes/methods

7 months ago
0 Hello Everyone, When I Try To Connect To Clearml Server But I Put A Wrong Url, I See This Error And It Keeps On Trying. Shouldn'T I See Some Kind Of Error Telling Me The Url Is Wrong?

Slow network or network died all of a sudden - you wouldn't want your experiments to fail just because there is a network issue. Once network is restored - everything is sent as it should be to the backend. This is the resilience I was talking about

Regarding mistake in URL - I guess it is your responsibility to keep track of not using wrong URLs. As I said before - How would you suggest the SDK know what is the 'right' URL and what is the 'wrong'...

2 years ago
0 Is It Possible To Use The Resource Configuration (

Hi @<1578555761724755968:profile|GrievingKoala83> , I'm afraid that's an Enterprise/Scale only feature

5 months ago
Show more results compactanswers