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

Reputation

0
0 Hi All, We Are About To Setup The Ml Infra On One Of The Ongoing Projects Where We Used Clearml Server For Cv Models Training. The Parts Of The Infra Should Be:

Hi @<1666253626772819968:profile|SmoggyDog77> , this is indeed a very interesting and somewhat complicated use-case! I think ClearML can support all of your current needs and any that might rise in the future.

I would suggest to contact ClearML directly to get a better idea of how ClearML can assist your MLOps efforts.

The suggested method from my experience would be via the contact form - None

one year ago
0 Is There A Way To Configure A Clearml-Agent So That It Shutdown The Server After It Has Been Idle For A Certain Time Period? We Are Using Gpu Resources From A Provider That Autoscaling Doesn'T Support (Such As Sagemaker Training Jobs).

Hi @<1632913939241111552:profile|HighRaccoon77> , the most 'basic' solution would be adding a piece of code at the end of your script to shut down the machine but obviously it would be unpleasant to run locally without Task.execute_remotely() - None

Are you specifically using Sagemaker? Do you have any api interface you could work with to manipulate shutdown of machines?

one year ago
0 Hi Guys! Is There Any Way To Get Full State Of Dataset From Somewhere, Except My S3 Bucket? I Need A Mapping Of Files And Batches That Were Uploaded As A Dataset. Maybe This Information Is Also Available In One Of The Clearml Databases?

Hi @<1584716355783888896:profile|CornyHedgehog13> , you can only see a list of files inside a dataset/version. I'm afraid you can't really pull individual files since everything is compressed and chunked. You can download individual chunks.

Regarding the second point - there is nothing out of the box but you can get a list of files in all datasets and then compare if some file exists in others.

Does that make sense?

one year ago
0 Hi All

Hi @<1546303293918023680:profile|MiniatureRobin9> , please take a look at add_pipeline_tags in
None

2 years ago
0 How To Use Clearml.Conf Credentials Or Configure To Use Clarml://<Dataset_Id> With Train Script Inside Docker Container For Remote Execution ? I'M Getting Error:

Hi @<1697056708469198848:profile|HollowPeacock63> , not sure I understand. What exactly are you trying to do?

11 months ago
0 Hi, I Am Running A Script Very Similar To The One In

Hi @<1644147961996775424:profile|HurtStarfish47> , Do you have some basic code snippet that reproduces this behavior?

10 months ago
0 Hi, I'M Trying To Understand A Bit More About

Hi @<1529271085315395584:profile|AmusedCat74> , the agent technically has two modes, daemon and execute (clearml-agent daemon/clearml-agent execute).

When in daemon mode the agent will start the docker container for example, install the agent inside and the agent inside will run in execute mode

5 months ago
0 Hi, I Am Running A Script Very Similar To The One In

I'd suggest running Task.init first and then exposing the dataset name using argparser afterwards

10 months ago
0 I Just Encountered A Really Frightening Bug. Best I Can Explain What Happened Was This: Data Scientist Created New Venv, Installed Clearml==1.11.0 Instead Of Clearml[S3]==1.11.1, And Upon Re-Running A Pipeline From Cli, The Entire Project "Disappeared" (W

Hi @<1593051292383580160:profile|SoreSparrow36> , can I assume you're running a self hosted server? Is there any chance you were either using a very old SDK or old backend?

The default behavior now is to create pipeline tasks as hidden and only show them as part of the pipelines UI section.

one year ago
0 Hey, I Am New With Clearml And Need Some Help

Think of it this way. You have the pipeline controller which is the 'special' task that manages the logic. Then you have the pipeline steps. Both the controller and the steps need some agent to execute them. So you need an agent to execute the controller and also you need another agent to run the steps themselves.

I would suggest by clicking on 'task_one' and going into full details. My guess it is in 'enqueued' state probably to the 'default' queue.

11 months ago
0 When I Send A Request Of Creating A User To Clearml-Apiserver, It Logs An Error Likes This:

@<1523704089874010112:profile|FloppyDeer99> , can you try upgrading your server? It appears to be pretty old version.

When looking at the user in MongoDB, is it some special user or just something regular?

2 years ago
0 I Was Giving A Look To The Triggerschedule And I Noticed It

@<1792727007507779584:profile|HollowKangaroo53> , is it a self hosted server?

2 months ago
one year ago
0 Hey, I Am New With Clearml And Need Some Help

Hi @<1702492411105644544:profile|YummyGrasshopper29> , it looks like the controller is running, but is there any agent listening to where the tasks are being pushed?

11 months ago
0 I Just Encountered A Really Frightening Bug. Best I Can Explain What Happened Was This: Data Scientist Created New Venv, Installed Clearml==1.11.0 Instead Of Clearml[S3]==1.11.1, And Upon Re-Running A Pipeline From Cli, The Entire Project "Disappeared" (W

Can you please add a stand alone code snippet that reproduces this?

Just to make sure I understand the flow - you run an experiment and create it inside project 'my_example'

Afterwards you run a pipeline and you specify the controller 'my_example'.

This will make 'my_example' into a hidden project

Am I getting it right?

one year ago
0 Hello! I Faced An Issue With Environment Variables With Remote Agent I Set The In Clearml.Conf In Section:

Yes, but then you need to manually inject those environment variables when running the agent

8 months ago
11 months ago
0 Hi Everyone. I Have A Strange Problem With Pipelines: When I Start A Pipeline To Run In A Queue The Pipeline Is Stuck At The First Pipeline Component. That Is, The Pipeline Itself Is Started And Run (By The Worker Who Observes The Queue) Until The Point W

Hi @<1627478122452488192:profile|AdorableDeer85> , can you provide a code snippet that reproduces this?

What happens if you remove the run_locally() ?
And just making sure - the first pipeline step isn't even pushed into a queue? It remains in 'draft' mode?

one year ago
0 Good Morning, Is There A Way To Search The Datasets In Clearml By Words That Are In The Description? Or Can You Only Search By Tags And Project Title?

Hi @<1755401041563619328:profile|PungentCow70> , currently only by tags and project title/ds name. But I think it would be a cool capability. Maybe add a GitHub feature request on this?

6 months ago
one year ago
0 Hi All Can You Help Please, I Can’T Find This Information On Official

Hi @<1554638179657584640:profile|GlamorousParrot83> , yes it is supported just like in the AWS autoscaler 🙂

one year ago
0 Any Ideas

MortifiedDove27 , in the docker ps command you added everything seems to be running fine

2 years ago
Show more results compactanswers