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, 3694 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 After Trying To Execute A Task From The Queue The Agent Fails Installing The Environment:

Hi TartBear70 ,

Did you run the experiment locally first? What versions of clearml/clearml-agent are you using?

2 years ago
0 Hi, Can I Default A Docker Image When Running A Pipeline? I Currently Set It As

SubstantialElk6 , Hi 🙂
In the UI do you get ubuntu:20:04 as the docker container for the experiment?

2 years ago
0 Hi Team,Could We Schedule The Pipeline Execution For Particular Time In Clearml ?If So Please Provide Some Example Codes.

Hi @<1542316991337992192:profile|AverageMoth57> , I think this is what you're looking for 🙂
None

one year ago
0 Hello Everyone! Thanks To The Team For The Amazing Work On Clearml! I'Ve Brought Up A Couple Clearml-Servers And I'Ve Put A Load Balancer On Top Of Them. I Was Wondering Where Can I Find The Credentials Of Each User On Clearml-Server, So That I Can Someho

Yes, but this data is managed by mongodb. Also since you have full visibility at the user/passwords you can probably somehow generate a token similiar to how the UI does it when you log in to create a token

one year ago
0 Hello Everyone! Thanks To The Team For The Amazing Work On Clearml! I'Ve Brought Up A Couple Clearml-Servers And I'Ve Put A Load Balancer On Top Of Them. I Was Wondering Where Can I Find The Credentials Of Each User On Clearml-Server, So That I Can Someho

It's basically the paid version of ClearML. It is built towards larger teams with many services offered by the ClearML team to make your & your user's lives easier and provides additional features often required by large teams

one year ago
0 Hello, Deploy Clearml In Docker And Train A Yolov8 Model, Finish Train, In Plots No Pics Show,So Why

Are you using the community server or are you using the open source and self hosting?

25 days ago
0 Hi, I Wanted To Ask Whether Using Clearml

The DataOps feature will abstract your usage of data - None

one month ago
0 Hi, I Have A Question About Task Status. I Have A Script That Runs "Forever": It Loads (Or Creates, If It Does Not Exist Yet) A Specific Clearml Task, Does Some Work (In My Case, Checks If Database Has Changed And If So Dump It To A File And Upload It As

You need to separate the Task object itself from the code that is running. If you're manually 'reviving' a task but then nothing happens and no code is running then the task will get aborted eventually. I'm not sure I understand entirely what you're doing but I have a feeling you're doing something 'hacky'.

11 months ago
0 Are There Any Tips For How To Set These Boxes In The Profile For Access To

VivaciousPenguin66 , the resource you have to access in Azure portal is "access keys" under "Security + networking". Input that key under "SECRET/SAS" in profile page

3 years ago
5 months ago
0 Do I Understand Correctly That Python Versions Must Match Between Client (My Mac, Sends Task For Remote Execution) And Clearml-Agent? I Don’T Really Get How The Environments Are Managed. All I Want To Do Is Take My Code And Execute It On The Agent Machin

So I think I'm missing something. What is the point of failure?
ClearML tries to detect the packages you used during the code execution. It will then try to install those packages when running remotely.

2 years ago
0 Hello, Deploy Clearml In Docker And Train A Yolov8 Model, Finish Train, In Plots No Pics Show,So Why

Hi @<1762286410452176896:profile|ExcitedFrog68> , if you open dev tools (F12) do you see any console errors?

26 days ago
0 Hi All, I Tried To Create A Aws Autoscaler With A Cpu Only Instance

Hi @<1539780258050347008:profile|CheerfulKoala77> , it seems that you're trying to use the same 'Workers Prefix' setup for two different autoscalers, workers prefix must be unique between autoscalers

one year ago
0 Hi There, I Am Looking For A Way To Use The Hyperparameter Optimization Tool From Clear Ml, For Different Algorithms I Build. The Idea Is, That I Can Use A Command Line To Specify Which Algorithm I Want To Optimize, And Let Clear Ml Do The Rest. The Issue

Hi @<1649946171692552192:profile|EnchantingDolphin84> , what about this example?
None
Add argparser to change the configuration of the HyperParameterOptimizer class.

What do you think?

10 months ago
0 Hello Community, I Am Trying To Run A Pipeline Using Pipeline Decorater. My Components I.E. Step_One, Step_Two.... I Want To Run This Components On A Queue Default And The Pipeline On Another Queue Services. The Issue Is The Step_One Seems To Abort Automa

@<1533619725983027200:profile|BattyHedgehong22> , it appears from the log that it is failing to clone the repository. You need to provide credentials in clearml.conf

one year ago
0 Hi! I'M Trying To Set Up Clear Ml, I Don'T Know How To Setup Azure Container Storage, For Some Reason It Raises Errors. I Tried This

I see. Leave the files_server section as it was by default. Then in the CLI specify the --output-uri flag
None

2 months ago
Show more results compactanswers