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

Reputation

0
0 Hello Everybody, I Have A Quick Question, I Am Trying To Use Clearml-Serving But I Cant Get It To Work. I Have A Clearml Server Set Up And Now I Am Following The Instructions On Clearml. I Run The Following Line

Hi @<1547028031053238272:profile|MassiveGoldfish6> , what version of clearml-serving do you have? Can you please add the full terminal outputs for better context?

2 years ago
0 For Some Reason The Installed Packages Are Not Reflecting The One From The

By default it will use the packages that were detected in the environment. You can override that default behaviour with this.

11 months ago
0 Hey, Guys, Following My Previous Post, I Managed To Fix Several Problems I Had. It Seems A Little Left To Get Things Working. My Problem Now Is I Get This Error Message When Running

Hi BoredBat47 , this happens only when you use the --foreground flag?
Is this the full error? What version of clearml-agent are you using? What OS are you on?

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

I've also suspected as much. I've asked the guys check out the credentials starting with TX4PW3O (What you provided). They managed to use the credentials successfully with errors.

Therefor it is a configuration issue.

one year ago
0 Hi, I Would Like To Report Another Bug Introduced With Clearml-Server 1.2.0: In The Comparison Page Of Two Experiments, On The Scalar Tab, With The Graph Layout, When Clicking On The Eye On One Scalar Group To Hide The Related Graphs, The Later Do Disappe

Hi,
I can't seem to reproduce. The steps I try as follows:
Compare 2 experiments
Enough scalar graphs to have a scroll bar
Click on the eye to make some graphs disappear, they disappear but no empty spaces are shown. Can you maybe add a screenshot?

3 years ago
0 Hi Everyone! I Use Clearml Pipelines And I Have Too Much Parameters In It So I Want To Use Configuration File. How Could I Connect Configuration File (Like `Task.Connect_Configuration_File`) But In Pipeline With Ui Interface?

Hi @<1569496075083976704:profile|SweetShells3> , and how do you expect to control the contents of the file? Via the UI or to upload it and then run the pipeline?

2 years ago
2 years ago
0 Hi All, Is There An Easy Way To Ping The Server Programatically? I'M Just Trying To See What Is The Default Server That Is Set, And Is It Responsive

Hmmm, maybe you could save it as an env var. There isn't a 'default' server per say since you can deploy anywhere yourself. Regarding to check if it's alive, you can either check ping it with curl or check up on the docker status of the server 🙂

4 years ago
11 months ago
0 Hi. From Python, Is There Away To Check How Many Worker Is There In A Given Queue ?

It is returned in queues.get_all. I'd suggest navigating to the webUI and checking what the webUI is sending to the server (It's all API calls) and replicating that in code with the APIClient

11 months ago
0 Hello, How Can I Get Notify By Mail About Failed On Experiments?

Hi @<1790915053747179520:profile|KindParrot86> , currently Slack alerts are available as an example for the OS - None

You can write an adapter for it to send emails instead of Slack alerts

10 months ago
0 Hi, Is There A Possibility To Switch Off The Agent Just After If Finishes Current Task (Not To Fail The Task, But To Wait Minimal Time)?

Do you mean to kill the clearml-agent process after the task finishes running? What is the use case I'm curious

2 years ago
0 Hi! I'M Running A Clearml Task Remotely. It Runs A Python Machine Learning Evaluation Script In Repo A. The Script Depends On A Module Which Is Defined In Another One Of My Company'S Repos: Repo B. The File Structure Of The Module In Repo B Is As Follows

Hi @<1614069770586427392:profile|FlutteringFrog26> , if I'm not mistaken ClearML doesn't support running from different repoes. You can only clone one code repository per task. Is there a specific reason these repoes are separate?

2 years ago
3 years ago
Show more results compactanswers