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

Reputation

0
0 Hi Everyone. How Can I Get Metadata For Datasets From An Entire Project? I See The Opportunity To Work With Only One Dataset

Hi @<1524560082761682944:profile|MammothParrot39> , how do you usually fetch metadata from a dataset?

one year ago
3 years ago
0 Hello Everyone. Im Using Clearml Hpo And Having A Problem With An

I understand. In that case you could implement some code to check if the same parameters were used before and then 'switch' to different parameters that haven't been checked yet. I think it's a bit 'hacky' so I would suggest waiting for a fix from Optuna

one year ago
0 Hi, I Have A Self-Hosted Clearml Server. How Do I Change The Default Path

Hi @<1774245260931633152:profile|GloriousGoldfish63> , you can configure it in the volumes section of the fileserver in the docker compose.

7 months ago
0 Are Nested Pipeline Component Supported? E.G. Having A Component Call Other Pipeline Components? I Tried To Run This Snippet:

Hi @<1570220858075516928:profile|SlipperySheep79> , nested pipelines aren't supported currently. What is the use case that you need it for?

2 years ago
0 Hi I’M Trying To Schedule The Tasks Execution Using

Can you verify in the INFO section of an individual step to what queue it is enqueued into? Can you see them in the Queues page?

11 months ago
0 Hey Community, So I Am Facing An Issue Related To Passing Parameters. I Am Getting The Parameters From The Taskscheduler , Taskparameter.

Hi @<1533619725983027200:profile|BattyHedgehong22> , can you please elaborate on this? Can you add a snippet that reproduces this?

2 years ago
0 Hi All, I Want To Ask, How I Can Get Commit Id From Compiled Task. I Tried Get_Script Method In Task Class, But There Only Info About Branch (I Think Because I Used Latest Commit In Branch), From Code I Understood That Commit == Version_Num In Task.Script

This is what I just tested now for a task with a commit in the webUI:

from clearml import Task

task = Task.get_task(task_id="<TASK_ID>")

print(task.data.script.version_num)

This returned the commit ID I see in the webUI.

Are you sure there is a commit ID in the UI? Are you sure you're fetching the correct task?

7 months ago
0 Hi, I'M Trying To Use Pipelines In The Free Version And Encountered This: Is It Because I'M Using The Free Version Or Code Based?

Hi IrritableJellyfish76 , it looks like you need to create the services queue in the system. You can do it directly through the UI by going to Workers & Queues -> Queues -> New Queue

3 years ago
0 Q: Hello, I Am A Clearml Begineer, Can I Use Clearml Open-Source To Build Our Customized Platform? What Are The Limits Of Clearml While Building Mlops Platform?

I am not very familiar with KubeFlow but as far as I know it is mainly for orchestration whereas ClearML offers a full E2E solution 🙂

3 years ago
0 How I Get The Code In This Video?

SwankySeaurchin41 , I don't think pipelines were mentioned in the video. Are you looking for something specific?

3 years ago
0 Hey, How Can I Find Which Tasks/Projects Have The Most Metrics?

I'm afraid there is no such capability at the moment. However, I'd suggest opening a GitHub feature request for this 🙂

one year ago
0 Hi, Are There Other Ways To Add

I think you can pass environment variables

3 years ago
0 Hi, I'M Trying To Save Multiple Artifacts Using

Hi @<1768084624061239296:profile|QuaintWoodpecker78> , you have an error when you try to unzip? Are you downloading directly through the webUI? Where was the artifact stored?

9 months ago
0 Hi, What Would Be The Best Way To Save A Pandas.Dataframe As An

How do you currently save artifacts now?

3 years ago
0 Hi Everybody! I Am Currently Having Trouble With Clearml Remote Agents Not Getting The Latest Version From My Git Repo. I'M Running My Pipeline Controller Locally, From Inside The Repo, And Clearml Seems To Detect This Correctly. When The Steps Run, Th

Hi @<1760474471606521856:profile|UptightMoth89> , what if you just run the pipeline without run locally and then enqueue it (assuming you have no uncommitted changes)

10 months ago
0 Is It Possible To Perform Debugging Operations With Pycharm Integration Using Remote Session?

What is your use case though? I think the point of local/remote is that you can debug in local

3 years ago
0 Hi! Which Method Is Used To Delete Outputmodel From The Storage?

How are you saving your models? torch.save ("<MODEL_NAME>") ?

3 years ago
0 What

Hi HugeLion86 , I think that's the way

2 years ago
Show more results compactanswers