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

Reputation

0
0 Hi, If I Work With Excel Files And I Add New Features In It How Can Clearml Can Help Me Track The Features? How Should I Store My Samples (500,000) To Maximize The Benefit?

One way that is, every new feature will be save as a new file and I will specify the parent.

I think that would be the best way 🙂

3 years ago
0 Hi Community! I Currently Have Clearml (Awesome Btw : ) ) Free Running, With Azure Blob Storage. I Need To Migrate The Storage To A New Storage Account. Is There Any Recommended Way/Tips To Do This Migration In Clearml? Moving The Data Outside Of Clearml

Hi @<1534344465790013440:profile|UnsightlyAnt34> , I'm afraid there is no easy way to do it. You would need to edit the links in mongodb/elastic to properly migrate it

2 years ago
0 Hey.

TenseOstrich47 , you can specify a docker image with
task.set_base_docker(docker_image="<DOCKER_IMAGE>")You will of course need to login to ECR on that machine so it will be able to download the docker image.

3 years ago
2 years ago
0 I’M Trying To Build A Leader Board For My Training Tasks, But Apparently There’S None Available With The Current

Click the little cogwheel on the top right as shown in the screenshot. It will open a menu and one of the options is to add custom metrics 🙂

3 years ago
0 Documentation Is Not Good Because Beginner Or Intermiate People Cant Undeerstand, Only More 20 Years Of Exp Can I Understand.. I Checked With Exp People So I Am Saying. I Am Intermiate Guy

It's totally possible, I think you need to do research on it. There are probably a few ways to do it too. I see CLEARML_API_ACCESS_KEY & CLEARML_API_SECRET_KEY in the docker compose - None

You should do some more digging around. One option is to see how you can generate a key/secret pair and inject them via your script into mongoDB where the credentials are stored. Another way is to see how the UI ...

2 years ago
0 Clearml 1.3.2 I'M Running

Can you add a print out to verify that you selected the correct project?

3 years ago
0 Hi, I Notice A New Behavuour With Clearml-Agent=1.1.0. When It Is Installing The Packages I Nrequirements.Txt, It Failed With.

Did anything change in your configurations? In the previous version there was no such issue? Is the agent version the only change?

4 years ago
0 Hello! I'M Trying To Figure Out How To Deploy A Scheduled Pipeline. I Have A Sample Pipeline Here

But... if the machine is shut down, how do you expect the agent to run?

2 years ago
0 Hi, We Have Recurring Disk Space Issues On Our Clearml Server (Drop Of Many Gb In A Few Days). After Some Analysis, We Noted

What do you mean by drop of many GB? Can you please elaborate on what happens exactly?

I know that elastic can sometimes create disk corruptions and requires regular backups..

3 years ago
0 Is It Possible To Share Experiments From Self-Hosted Clearml Server?

Hi 🙂

Are you asking if you can share experiments between a self hosted server and http://app.clear.ml ?

3 years ago
0 I Encountered A Weird Edge Case With The Aws Auto-Scaler, Wondering If There Are Any Solutions Or If This Is A Known Issue. Something As Follows Happened:

UnevenDolphin73 , that's an interesting case. I'll see if I can reproduce it as well. Also can you please clarify step 4 a bit? Also on step 5 - what is "holding" it from spinning down?

3 years ago
0 What Does This Log Message Mean

It means there is nothing reporting iterations explicitly or any iterations being reported by any framework. This means scalers will show with time from start as x axist instead of iterations

3 years ago
0 Why Would The Mongo4 Migration Scripts (For Clearml-Server 1.2) Try To Chown 1000:1000?

But I believe you can use your user/group if you prefer 🙂

3 years ago
0 How To Apply Agent Configuration (I.E.

What is it that you're wanting to configure?

2 years ago
0 Hello People

Hi NaughtyHorse47 🙂
I guess it really depends on what you want to do.
Specifically for you, if you want the duration of a task you can use task.get_by_id and look in the response for that info.

3 years ago
0 Hi! I Developed Clearml Pipeline As Python Package (

Hi FlatOctopus65 , are you trying to run on the same machine or a different one?

3 years ago
0 Has Anyone Found A Workaround For The Bug?

BitterLeopard33 , I don't see anything in GitHub. Maybe open an issue for better visibility ? 🙂

3 years ago
0 How Can I Tell Clearml-Agent Not To Run Pip Install Unless My Requierments.Txt File Was Changed. It Seems To Run Pip Install Every Time I Run A Task Although Nothing Have Changed...

Hi @<1577468638728818688:profile|DelightfulArcticwolf22> , I think this is what you're looking for - CLEARML_AGENT_SKIP_PIP_VENV_INSTALL
CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL
CLEARML_AGENT_FORCE_SYSTEM_SITE_PACKAGES
None

2 years ago
3 years ago
0 Is There More Info On How To Set Up Clearml-Agent In Kubernetes Than At These Links?

If you're running on GCP I think using the autoscaler is a far easier and also cost efficient solution. The autoscaler can spin up and down instances on GCP according to your needs.

2 years ago
0 Hi All, Is There A Way To Make Agents That Run As Root, To Execute The Code Tasks And Of Pipeline Steps, As The User That Executed The Pipeline Or Task Code Instead Of As Root?

There are no role based access controls in the open source version. This feature exists only in the Scale/Enterprise licenses.

2 years ago
Show more results compactanswers