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

Reputation

0
0 Hi, Can Anyone Help Me? I'M Trying To Create A

Are you using pipelines from tasks?

2 years ago
0 Hi, We'Ve Been Trying To Run The Same Experiments As We Did At Previous Times But Have Been Getting Configuration Errors After Credentials Errors Over And Over. I'Ve Went Ahead And Replaced All Of Our Existing Credentials With New Ones, Went Through The

this doesn't explain as to why the env variables didn't work though

Maybe you defined the env variables outside the container? Maybe incorrect usage on your end? The env variables work when properly configured.

My guess would be something related to your environments.

one year ago
0 Hello Everyone! Has Anyone Ever Used Grafana In Clearml-Serving To Configure Data Drift Alerts?

Hi @<1673501397007470592:profile|RelievedDuck3> , there is some discussion of it in this video None

one year ago
0 Hi Everyone, I Am Launching Clearml Webapp. Asks Me For User And Pass. How Do I Get That?

Hi @<1652845271123496960:profile|AdorableClams1> , you set up fixed users in your docker compose, I would check there

one year ago
0 I'M Getting A Lot Of Errors When Running Cleanup Service

DilapidatedDucks58 , can you verify please that the machine that is running the cleanup is properly configured with S3 credentials and they work for sure (Can delete and create files)

3 years ago
3 years ago
0 Hi. I'M Using Clearml To Log My Experiments. During Training, I Load Files Using Torch.Load.Clearml Displays The Following Message:

SoreDragonfly16 Hi, what is your usage when saving/loading those files? You can mute both the save/load messages but not each one separately.

Also, do you see all these files as input models in UI?

4 years ago
0 If My Task Is Derived From A Jupyter Notebook: In The Base Mode, It Seems Like There Is A Bunch Of Stuff Automatically Set Up To Give Me An “Artifact” Saved Version Of The Notebook As It Exists On My Local Machine (Where The Task Is Running). But Then If

If you mean to fetch the notebook via code you can see this example here:
None

What do you mean exactly by run it as notebook? Do you mean you want an interactive session to work on a jupyter notebook?

one year ago
0 Hey, Guys, Are Any Of Your Have An Experience Of Configuring Clearml Agent To Use A Custom Non-Aws S3 Cloud Which Uses Http Endpoint. If So, How Did You Do It? I Would Really Like To Use Clearml But I Can'T Figure Out How To Set Up It Properly. I Tried Do

Hi @<1526734383564722176:profile|BoredBat47> , it should be very easy and I've done it multiple times. For the quickest fix you can use api.files_server in clearml.conf

2 years ago
0 Hi, I Have A Question Regarding Storing Datasets And Models In A S3 Bucket. Is There Any Specific Way To Upload Metadata And Models To S3 Bucket From Clearml?

like some details about attributes, dataset size, formats.

Can you elaborate on how exactly you'd be saving this data?

here when we define output_uri in task_init in which format the model would be saved?

It depends on the framework I guess 🙂

3 years ago
0 Hi All, I'M Trying To Clone And Run The

Hi @<1587615463670550528:profile|DepravedDolphin12> , can you please provide a link to the doc you read?

2 years ago
0 Hi Team! Is There A Way To Make Clearml’S Aws Autoscaler And Queues Resource-Aware Please? I.E. If We Can Say, As We Enqueue Our Job, How Much Ram Or Gpu-Ram Or Even Gpus It Needs, Have The Scheduler/Autoscaler Dispatch The Job To Instances That Are Of Th

Hi @<1546665634195050496:profile|SolidGoose91> , when configuring a new autoscaler you can click on '+ Add item' under compute resources and this will allow you to have another resource that is listening to another queue.

You need to set up all the resources to listen to the appropriate queues to enable this allocation of jobs according to resources.

Also in general - I wouldn't suggest having multiple autoscalers/resources listen to the same queue. 1 resource per queue. A good way to mana...

2 years ago
0 In

Hi @<1523704157695905792:profile|VivaciousBadger56> , can you elaborate on this error please?

2023-02-14 13:06:44,336 - clearml.Task - WARNING - Failed auto-detecting task repository: [WinError 123] Die Syntax für den Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch: '[...]\\<input>'
2 years ago
0 Hi All, I Have A Question About Model Querying. I Have Added Some Tags Manually After Uploading A Model As An Experiment To Clearml And Also Some Tags While Uploading The Model. When I Query The Model Only The Latter Are Recognized For The Search Of These

Hi @<1635813046947418112:profile|FriendlyHedgehong10> , can you please elaborate on the exact steps you took? When you view the model in the UI - can you see the tags you added during the upload?

one year ago
0 Hi, In Your Latest Changelog. There'S A New Function.

Hi @<1523701504827985920:profile|SubstantialElk6> , I think as long as the ports are open and pods can communicate between themselves and it should work

2 years ago
0 Hi All. In Self Hosted Clearml Suddenly Scalars Stopped To Be Shown In Scalars Tab. Any Ideas?

@<1523701553372860416:profile|DrabOwl94> , I would suggest restarting the elastic container. If that doesn't help, check the ES folder permissions - maybe something changed

2 years ago
0 New To Clearml, I Primarily Use Rye To Handle My Package Management. For Some Reason, Our Training Task Is Capturing All Of Our Depenendencies As Declared In Our

Hi @<1719524669695987712:profile|ClearHippopotamus36> , what if you manually add these two packages to the installed packages section in the execution tab of the experiment?

one year ago
0 Hi, If It Is Necessary To Refine The Model By Running A Clone Task So That The Results Of The Task Are Used, What Should Be Done? Output_Uri=True? Task = Task.Init(Project_Name="Yolo8_Ver2", Task_Name="My Task#1",

Hi @<1590514572492541952:profile|ColossalPelican54> , I'm not sure what you mean. output_uri=True will upload the model to the file server - making it more easily accessible. Refining the model would require unrelated code. Can you please expand?

2 years ago
Show more results compactanswers