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

Reputation

0
0 Hello! I’M Having Trouble With Connecting My On-Premises S3 Storage To Clearml. Could Anyone Please Tell Me How To Fix It?

containing the correct on-premises s3 settings

Do you mean like an example for minio?

2 years ago
0 Hi, I'M Using

But for sure it was aborted via the webUI? Is it possible that your method method might be interfering with this somehow? Can you disable it and check the behaviour?

6 months ago
0 Hi, I’M Trying To Bypass Task’S “Installed Packages” And Require An Installation Of My Repo’S

StickyCoyote36 , I'm looking into a solution.
Please hold on 🙂

3 years ago
0 Hi, With A Given Task Id, How Do I Get All The Information Of The Tab "Info" In The Python Sdk ? I Struggle To Find That In The Doc

Hi @<1576381444509405184:profile|ManiacalLizard2> , I would suggest playing with the Task object in python. You can do dir(<TASK_OBJECT>) in python to see all of it's parameters/attributes.

one year ago
0 I Have Am Issue Getting A Model From The Model Repository When Running A Task In A Remote Worker. I Have A Custom Model That Was Saved With Outputmodel:

Hi @<1523711002288328704:profile|YummyLion54> , can you please add a full log of both runs for reference?

one year ago
0 How To Apply Agent Configuration (I.E.

Also take a look here - None

one year ago
0 Hey Guys, Noob Question/Problem Ahead, So Please Forgive Me In Advance

Hi @<1805410575165952000:profile|HappyDove45> , can you provide a full log of the run?

You can either disable storing a git diff in clearml.conf or also you can remove the diff from the task when it is in draft mode (Basically before the enqueue)

one month ago
0 Hello Guys, I Got This Error On My Pipeline Execution When Processing Data For Model Training. There Are About 10 Steps, But This Errors Occured When It Reaches Step 7

Hi MoodyCentipede68 ,

What version of ClearML / ClearML-Agent are you using? Is it a self hosted server or the SaaS?
Also, can you explain what step 7 was trying to do? Is it running locally or distributed?

2 years ago
0 Hi, Stupid Questions.

You would need to implement this logic yourself. For example you expose a pipeline argument for the controller (These are the configurations you can control via the UI as well) and then basically have if logic in the controller code that will run/skip steps according to the step you'd like to start from.

Makes sense?

one year ago
0 Hello! Are You Able To Help Be Debug This Message?

On prem is also K8s? Question is if you run the code unrelated to ClearML on EKS, do you still get the same issue?

6 months ago
0 Hi All, I Would Like To Know The Input Page_Size Of Clearml/Backend_Api/Services/V2_13/Tasks.Py Getallrequest. I Have Confirmed The Response Rows Will Be Change Depends On Given Page_Size. However Even When I Pass Page_Size Number Over 500, The Response W

Hi StraightParrot3 , page_size is indeed limited to 500 from my understanding. You need to scroll through the tasks. The first tasks.get_all response will return scroll_id , you need to use this scroll_id in your following call. Every call afterwards will return a different scroll_id which you will always need to use in your next call to continue scrolling through the tasks. Makes sense?

2 years ago
0 How Can I Send A Composed Chunk Of Code For Remote Execution

Hi @<1523701083040387072:profile|UnevenDolphin73> , can you please elaborate?

one year ago
0 Hello Everyone, I Have Run My Training Script

Hi ExasperatedCrocodile76 , what do you mean by "I would like to have a feature for training where you just do not use clearML."

Can you please elaborate?

It means that I do not pass

pname

and

tname

at all. However i would like to treat this issue before

task.init

is called.

Do you mean that after you use this code after you've cloned a task into a specific project with a specific name when run in the agent it loses it's name and...

2 years ago
0 I Have The User/Pass Set Up On The

Also, you need to restart the agent between changes in the config

4 months ago
0 Hey Clearml, Pipeline From Tasks: Following This Example

I think it is one of the parameters of the task. Fetch a Task and see what properties the artifact has 🙂

one year ago
0 Hey, Do Hyperdatasets Offer The Same Features With Tabular Data? Almost All Examples On The Docs Are On Image Datasets

Basically the same capabilities that are offered for the unstructured data - ability to register files, keep track and manage them with links and ability to query into all of their metadata and then connect it to the experiment as a query on the metadata inside different versions - basically giving you a feature store.

I am of course over simplifying as the HyperDatasets feature is an extremely powerful tool for managing unstructured data.

2 years ago
0 Dear All, Great To Join Your Community. We Are Working On Plant Growth Stage Models At Basf For Farmers And I Was Wondering If Clearml Can Be Used Also For Data Versioning Of Tabular Data, Structured Data. I Would Like To Track If This And That Row Is Par

Hi @<1543766544847212544:profile|SorePelican79> , I don't think you can track the data inside the dataset. Maybe @<1523701087100473344:profile|SuccessfulKoala55> , might have an idea

2 years ago
0 Hi, Our Research Team Uses Both

GrittyKangaroo27 hi!

Can you please elaborate what your use case for deployment?

Besides that, I'm happy to say that ClearML supports all the cases above 🙂

Also for some further reading:
https://clear.ml/products/clearml-deploy/
https://allegro.ai/clearml/docs/rst/deploying_clearml/deploying_clearml_formats/index.html
https://github.com/allegroai/clearml-serving

3 years ago
Show more results compactanswers