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 I'M New Here, Hello Everyone

Hi @<1716263152817016832:profile|TartHare54> , is the module part of some repository?

one year ago
0 Is There Any Way I Can Ensure Specific Python Package Versions Are Being Installed? Basically I Need Torch==2.4.0+Cu124 And Torchvision==0.19.0+Cu124, But I Think Certain Other Packages (Not Sure Which, Suspecting Either Clearml Or Ultralytics) Are Instal

Hi @<1736919317200506880:profile|NastyStarfish19> , the default behaviour of the agent will install everything in the 'installed packages' section in the execution tab. You can also specify packages manually using Task.set_packages - None

one year ago
0 I Keep Facing This Issue. I'M Trying To Set Up My Own Clearml Server Using This Tutorial.

VexedCat68 , can you try accessing it as
192.168.15.118:8080/login first?

4 years ago
0 Clearml 1.3.2 I'M Running

How many tasks do you figure this thing is iterating through the project?

3 years ago
0 Hi Everyone, I'M Setting Up Aws Autoscaler. Is It Possible To Configure

No need, you can set multiple compute resources per single autoscaler instance

9 months ago
0 Hi All

Hi @<1545216070686609408:profile|EnthusiasticCow4> , in the PRO plan you are limited to a certain max amount of parallel application instances. If you kill some running applications, your HPO application will start running

9 months ago
0 Hi Everyone, Quick Question: Is The Self Hosted Version Free For Big Teams Or The Pricing Shown On The Website Refers Also To The Self-Hosted Case?

Hi @<1552101458927685632:profile|FreshGoldfish34> , the Scale & Enterprise versions indeed also have different features from what is in the self hosted.

You can see a more detailed comparison here , especially if you scroll down.

2 years ago
0 Hello, I Am Running Into An Issue With Clearml Pipelines I Have A Data_Prepping Step Which Contains A Lightningdatamodule. In It, I Load The Data And Prep It. My Function Then Returns An Initialized Datamodule Which I Give To The Training Function. I Hav

Hi @<1547028031053238272:profile|MassiveGoldfish6> , I think you can disable the auto logging of lightning artifacts automatically using the auto_connect_frameworks parameter of the component.

10 days ago
0 Hey All, Has Anyone Faced This Issue With

@<1587615463670550528:profile|DepravedDolphin12> , how did you create the dataset? Are you doing anything else? Do you have a code snippet that reproduces this behavior? i.e both for creating the dataset and fetching it..

2 years ago
0 Is It Possible To Get The List Of Running Agents In My Machine? I’M Starting Multiple Agents Using
  --status              Print the worker's schedule (uptime properties, server's runtime properties and listening queues)
2 years ago
0 Hi, Can I Run A Single Hyperparameter Optimization Task With At Least 100 Experiments On Multiple Machines By Using Clearml-Agent And Queue?

Hi @<1664079296102141952:profile|DangerousStarfish38> , can you add a log of the execution?

one year ago
3 years 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

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

@<1523701295830011904:profile|CluelessFlamingo93> , I'm not sure what you mean. Whenever you run a pipeline code (pipeline from decorators) if it's from a repository that repo will be logged. Where are you importing "train" from? What if you import entire package & point to the specific module?

2 years ago
0 Clearnl Failed To Detect Custom Packages

Please read the documentation, there is an example there

2 years ago
0 I Keep Facing This Issue. I'M Trying To Set Up My Own Clearml Server Using This Tutorial.

VexedCat68 , what errors are you getting? What exactly is not working, the webserver or apiserver? Are you trying to access the server from the machine you set it up on or remotely?

4 years ago
11 months ago
0 Hi Folks, Any Idea Why I Am Getting This Strange Error From Clearml-Data:

Hi HurtWoodpecker30

Did you change clearml version? What version are you using?

3 years ago
0 Hi, My Server Is On Version 1.11, And Yesterday A Few Of My Runs (With Agent 1.5.1) Failed On

I meant that maybe you ran it with a newer version of the SDK

one year ago
0 Hi, I Am A Newbie Here And I Am Just Struggling With Some Chanllenges When I Self-Host The Clearml Server ( In Linux - Ubuntu 20.04 )

Hi @<1702130048917573632:profile|BlushingHedgehong95> , I would suggest the following few tests:

  • Run some mock task that uploads an artifact to the files server. Once done, verify you can download the artifact via the web UI - there should be a link to it. Save that link. Then delete the task and mark to delete all artifacts. Test the link again to see that it fails to delete
  • Please repeat the same with a dataset
one year ago
0 In The Pipeline Examples, Components Have The Following Note:

Hi UnevenDolphin73 , I think this is analyzed in the code

2 years ago
0 Hi, Another Bug To Report With The Aws_Auto_Scaler Using 1.1.2:

JitteryCoyote63 Does it happen to you also with 1.1.1?

4 years ago
Show more results compactanswers