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 All. Can You Please Help Me. Is It Possible When Using Docker To Not Install Virtual Env? I Am Using Kubernetes Glue. Found Only Such A Piece Of Code About This

CumbersomeParrot30 , try setting the following environment variable to true:
CLEARML_SKIP_PIP_VENV_INSTALL

3 years ago
one month ago
0 Hey All. I'M Getting This Error:

Hi @<1671689469218000896:profile|PleasantWalrus77> , is this AWS S3 or something like minio?

9 months ago
0 Any Reason That Clearml Pycharm Plugin Is Not Available On Plugins Marketplace, But Only Directly From [1]? [1]

Hi @<1529271098653282304:profile|WorriedRabbit94> , I'll ask the guys to take a look at this and what is required for it.

one month ago
2 years ago
0 Hi Team, I Need Some Help, I'M Working On A Pipeline And I Need To Clone A Remote Repository, Where Do I Have To Set The Credentials Of Bitbucket? Thanks A Lot For Your Help

Hi @<1668427950573228032:profile|TeenyShells80> , you would need to configure it in the clearml.conf of the machine running the clearml-agent

6 months ago
0 Hello Guys, I Understand We Can Add Some Scripts For Clearml-Agent To Execute Prior To The Task. Is It Possible To Add Scripts To Run After The Task?

Hi OddShrimp85 , you mean bash script? I don't think there is something built in to run a script afterwards but I'm sure you could incorporate it in your python script.

I'm curious, what is the use case?

one year ago
0 Clearml Is Distinctly Missing In The Curated Mlops Landscape.

Hi @<1523701504827985920:profile|SubstantialElk6> , thanks for the heads up 🙂

one year ago
one year ago
0 Hello, I Have Clearml Autoscaler Setup. Previously, When A New Task Comes Up, An Already Running Worker (If There Is), Will Take It, Apply The New Commit And Run The Task. Now, I Get An Error. So, I Can'T Run A Task On An Already Running Worker. It Has To

Hi @<1523704674534821888:profile|SourLion48> , making sure I understand - You push a job into a queue that an autoscaler is listening to. A machine is spun up by the autoscaler and takes the job and it runs. Afterwards during the idle time, you push another job to the same queue, it is picked up by the machine that was spun up by the autoscaler and that one will fail?

9 months ago
0 Hi, I Have Been Testing Clearml And Checking If It Is A Good Fit For The Use Case That I Have In Hand. Everything Is Quite Good So Far But I Have A Question Regarding Models In Clearml .... Is There Any Model Versioning Introduced?? For Example: If I Trai

Hi @<1729309137944186880:profile|GrittyBee73> , models are unique objects in the system so each one of them has a unique ID. By default they will be named the same. However, you can add versioning on top in any way that you want. You can either add tags or even add metadata on top of them and then add custom columns according to this metadata so you can filter by versions.

What do you think?

3 months ago
0 Hi! I'M Using

MagnificentSeaurchin79 , can you please describe how you created the dataset?

3 years ago
0 Hi, I Tried To Make A Clearml Dataset Using The

Can you add the full error please?

2 years ago
0 I Am Experiencing Performance Issues With Using Clearml Together With Pytorch Lightning Cli For Experiment Tracking. Essentially What We'Re Doing Is Fetching The Logger Object Through Task.Get_Logger() And Then Using The Reporting Methods. However, It Ad

Hi SoreHorse95 ,

Does ClearML not automatically log all outputs?

Regarding logging maybe try the following setting in ~/clearml.conf sdk.network.metrics.file_upload_threads: 16

2 years ago
0 Hi, Is There A Way To Enqueue The Dataset

Hi EnormousCormorant39 ,

is there a way to enqueue the dataset

add

command on a worker

Can you please elaborate a bit on this? Do you want to create some sort of trigger action to add files to a dataset?

2 years ago
Show more results compactanswers