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

Reputation

0
0 I Was Working With Pipelines And Just Wanted To Know If Using Clearml Data Is A Better Way To Store Any Task Outputs Compared To Artifacts. Also For Example If I Have 3 Tasks -> Preprocessing -> Training -> Eval. Is It Better To Store The Output Model In

Hi @<1859043976472956928:profile|UpsetWhale84> , output models are registered in the model repository.

It really depends on the use case regarding artifacts vs datasets. If the outputs are relevant only in the context of the pipeline then use artifacts, otherwise use datasets

2 months ago
0 Hey Currently Trying To Run A Pipeline Locally To Test A Pipeline Component With

Didn't have a chance to try and reproduce it, will try soon ๐Ÿ™‚

3 years ago
0 What Is

MelancholyElk85 , fair point ๐Ÿ™‚

How do you initialize your tasks?

4 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 Hi, Can You Help With This One:

Hi @<1717350332247314432:profile|WittySeal70> , can you attach the full log and your clearml.conf ?

one year ago
0 Hi Community! I Currently Have Clearml (Awesome Btw : ) ) Free Running, With Azure Blob Storage. I Need To Migrate The Storage To A New Storage Account. Is There Any Recommended Way/Tips To Do This Migration In Clearml? Moving The Data Outside Of Clearml

Hi @<1534344465790013440:profile|UnsightlyAnt34> , I'm afraid there is no easy way to do it. You would need to edit the links in mongodb/elastic to properly migrate it

2 years ago
0 Hi Everyone, I Have A Quick Question: When I Use

And you get the error only when there are no credentials or is this unconnected?

3 years ago
0 Hi, Is There Any Manifest For The Relevant Polices Needed For The Aws Account (If We Are Using Autoscaling)? Also, Is There A Way To Use Github Deploy Key Instead Of Personal Token? Thanks !

Hi, SmugTurtle78

Hi, Is there any manifest for the relevant polices needed for the AWS account (if we are using autoscaling)?

I'm not sure. From my experience the autoscaler requires access to spinning instances up & down, listing instances, checking tags and reading machine logs.

You should try running with those permissions. If something is missing, you'll see it in the log ๐Ÿ™‚

Also, Is there a way to use Github deploy key instead of personal token?

Do you mean git user/...

3 years ago
0 It Says I Have 4Gb Of Metrics Saved. How Do I Actually Find Out What Is Saved And Where So I Can Delete It?

Hi @<1837300695921856512:profile|NastyBear13> , there is currently no direct visualization per task/project of how much they take.

Experiments that have a lot of console logs, scalars & plots would be the ones that take up most metrics space.

4 months ago
0 Cannot Import My Custom Python File When Creating A Pipeline Using The Decorator Do Anyone Have Any Idea As To How To Solve This Issue.

Hi @<1533619725983027200:profile|BattyHedgehong22> , I think it needs to be part of repository

2 years ago
0 Hi Is There A Way To View The Dataset Images

I asking because I used an older version of clearml, when it was named allegro and I remember that I was able to see all the dataset..

Is it possible you had the enterprise version at a previous position? I think you're talking about HyperDS

I notice the links doesn't have hash, do all the features of data versioning is also working when using links (and not actual image files)

Yes

9 months ago
0 I Am Studying Using Theใ€ŒPipeline From Tasks ใ€Pages.

You don't need to have the services queue, but you need to enqueue the controller into some queue if not running locally. I think this is what you're looking for.
None

11 months ago
0 Hi Folks! Is There A Way To Programmatically Create Users And Groups On A Server? If So, Can Someone Point Me To The Docs? Thanks

I don't believe this is part of the open documentation. In the enterprise there is an admin panel, SSO integration and RBAC on top of all the user management system. All of this is managed via an API like everything else in the system.

May I ask why you need docs on this?

one year ago
0 Hi, Is There A Way To Get The Plot That Exists In The Tab Results->Scalars Into My Notebook ?

ShinyLobster84 , can you please elaborate? I'm guessing your jupyter notebook? How are you running it? Did you run the experiment from it?

4 years ago
3 years ago
0 Hi! If There Are Several Tasks Running Concurrently, Which Task Should

GiganticTurtle0 , then I'd guess that's the task that would be returned ๐Ÿ™‚

Did you try?

4 years ago
2 years ago
Show more results compactanswers