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 Hey, While Trying To Run A Pipeline With The Pipelinedecorator Scheme, I Encounter The Following Error: Traceback (Most Recent Call Last): File "C:\Users\*****\Documents\*****\\*****\Mlops\Tasks\Preprocessing\Insert_Missing_Rows_Based_On_Stock.Py", Lin

Hi @<1544853695869489152:profile|NonchalantOx99> , as the error states:

    raise ValueError('Could not find queue named "{}"'.format(queue_name))
ValueError: Could not find queue named "services"

It couldn't find the queue services. This is for the pipeline controller to run on. Pipelines consist of steps and the controller and they all can run on different machines. By default, the controller will try to run on the services queue. Makes sense? 🙂

2 years ago
0 Hi All, I'M Training A Model Using Aws Sagemaker And Monitoring With A Clearml Server On-Prem. Works Well Enough When The Training Is Split (Horovod - With A Task On Each Rank). But When I Try And Spawn Eval Jobs To Run On Different Aws Machines, It Seems

IrateDolphin19 , can you give a bit of an explanation on how and what you're doing, and what on the clearml side seems to fail - how do you create the tasks and manage them...

3 years ago
0 Why Is Async_Delete Not Working?

Can you add your full configurations again?

one year ago
8 months ago
0 Hi Community, I Am Trying To Run A Pipeline That Has Only A Single Step Defined As A Task, But I Get A Bizarre Error When I Run

Hi @<1618780810947596288:profile|ExuberantLion50> , can you please a code snippet that reproduces this?

one year ago
0 Hello Everyone , How Can I Read The Hostname From The Info Section?

There aren't any specific functions for this. But all of this information sits on the task object. I suggest running dir(task) to see where this attribute is stored

2 years ago
0 Hey Everyone Looking To Get Some Input How Clearml Server Set Tasks Status How Does Server Differentiate Between Tasks In Different States:

Hi @<1523701842515595264:profile|PleasantOwl46> , what do you mean more details about the state? Usually in the INFO section of the task you have all history of actions

2 months ago
0 Hi, Can I Run A Single Hyperparameter Optimization Task With At Least 100 Experiments On Multiple Machines By Using Clearml-Agent And Queue?

Hi @<1664079296102141952:profile|DangerousStarfish38> , can you add a log of the execution?

one year ago
0 Hi, I Try To Use Clearml First Time On Mine Eks Cluster. So I Install It With This Helm Chart:

Can you guide me through how you got the credentials and then attempted to validate?

3 years ago
0 Is It Possible To Change The

And regarding the first question - Edit your ~/clearml.conf

3 years ago
0 Hello Admin, How Do I Download The Clearml Documents In A Pdf Format?

You have the open source repository of the documents - None

I think you could generate a pdf from that with some code.

one year ago
0 Hello

Can you share the torch sections of your requirements.txt ?

2 years ago
0 Hi Everyone! I'M Trying To Make Use Of Remote Execution In Clearml, But I Keep Getting An Error After The Agent Clones The Repo On The Remote Machine:

Hi @<1625666182751195136:profile|MysteriousParrot48> , how did you run the original experiment? Can you add the full log and also the agent configuration?

2 years ago
0 Is It Possible To Change The

but I want to change what is shown by the GUI so that would need to be a setting on the server itself?

Can you please elaborate?

3 years ago
0 Hi, I Updated To Clearml-Server 1.4.0 And I Am Uncomfortable With The New Table/Detail View, Is There A Way To Disable It And Use The Previous One (On Click -> Open Details)?

JitteryCoyote63 , Hi 🙂
The new system takes a bit of time to get used to but it's really nice afterwards. You can right click an experiment and click on details to open the info of the experiment

3 years ago
0 Hey, We'Re Seeing A Lot Of Issues With Our Clearml Self-Hosted Server These Days; It Seems Like The Api Times Out While Talking To Elasticsearch:

Hi GiganticMole91 , what version of ClearML server are you using?
Also, can you take a look inside the elastic container to see if there are any errors there?

3 years ago
0 Hi All, I'M Trying To Run The Clearml Agent From Dockerhub Image

Hi PunyWoodpecker71 , what are you trying to do?
Do you have K8s?

3 years ago
0 Hey Guys, I’M Trying To Install

I think I misunderstood your problem at the start. let me take another look 🙂

3 years ago
0 Anyone Faced An Issue With Elasticsearch Before

Can you provide the full log?

5 months ago
0 Hi All, Would Like To Ask What'S The Difference Between Creating Pipeline From Tasks, Functions Or Decorators?

Hi OddShrimp85 ,

I think it's about your own preference and how you like to work.

3 years ago
0 Hello! I'M New To

Hi @<1856869640882360320:profile|TriteCoral46> , you can add custom columns in the webUI and filter/arrange according to them. The webUI uses the API in order to get this data from the apiserver. So you can use the webUI in order to generate whatever filtering you want to have in your code and then implement it via the API/SDK depending on what you want to create.

3 months ago
Show more results compactanswers