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

Reputation

0
0 Can I Somehow Change A Project Settings Via The Python Sdk?

Hi UnevenDolphin73 , is there a specific setting you're looking for?

2 years ago
0 I Am Using Clearml Free Saas. I Have A Task "Mytask" Of Type "Data_Processing" In Project "Myproject" Which Uploads A Dataset In The End Of Its Execution. For Some Reason, After Uploading The Dataset, My Task Appears In Ui Not Under "Myproject", But Under

Hi @<1613344994104446976:profile|FancyOtter74> , I think this is cause because you're creating a dataset in the same task. Therefor there is a connection between the task and the dataset and they are moved to a special folder for datasets. Is there a specific reason why you're creating both a Task & Dataset in the same code?

one year ago
0 Hey, Why Is It Possible To Remove The Task From The Ui When It'S Published And Then Archived But It'S Not Possible To Remove The Archived And Published Task From The Python Sdk (It Gives Me Error - Cannot Delete Published Task)? Are There Any Other Ways T

Hi @<1570220844972511232:profile|ObnoxiousBluewhale25> , I see that there is also no force flag for the SDK. Maybe open a github request to add the option to force or just allow deleting archived published tasks.

Currently through code you can use the API to delete those experiments.

2 years ago
0 Hi, Part Of The Ml Pipeline I'M Working On Temporarily Stores Intermediate Features Using

OK, there appears to be a github issue relating this:
https://github.com/allegroai/clearml/issues/388
I was right regarding encountering this before. People have asked for this feature and I think it appears to be a priority to add as a feature.

You can circumvent auto logging with the following:
task = Task.init(..., auto_connect_frameworks={'pytorch': False})However you will need to log other models manually now. More information is in the github issue πŸ™‚

3 years ago
0 Ui Suggestion #2:

DepressedChimpanzee34 , this has been reported and should be solved in one of the following versions πŸ™‚

3 years ago
0 Clearml Is Distinctly Missing In The Curated Mlops Landscape.

Hi @<1523701504827985920:profile|SubstantialElk6> , thanks for the heads up πŸ™‚

2 years ago
0 Hello. Is There Any Doc Where I Could Find What Contributes As Api Usage? And Is It Possible To View The Usage Breakdown By Source/Type? I Want To Estimate Api Usage Costs Before Signing Up For Pro Plan On The Saas.

Hi TroubledHedgehog16 , I don't think there is any specific documentation regarding this. Basically anything that communicates with the server (UI/SDK/Agent) will cause an increase in these calls.

You could do a test on a free account using your resource to see how many calls you would reach in a peak day.

2 years ago
0 Hey! When Reviewing An Experiment In Clearml, In The "Plots" Tab, I Want To Display Multiple Graphs On The Same Row, For A Similar Experience Like "Debug Samples". Can Anyone Help My Configure It? Perhaps My Best Option Is To Convert The Graph To A 'Debug

Hi LethalCentipede31 , I don't think there is an out of the box solution for this but saving them as debug samples sounds like a good idea. You can simply report them as debug samples and that should also work πŸ™‚

2 years ago
0 As Soon As I Refactor My Project Into Multiple Folders, Where On Top-Level I Put My Pipeline File, And Keep My Tasks In A Subfolder, The Clearml Agent Seems To Have Problems:

Hi @<1724960468822396928:profile|CumbersomeSealion22> , what was the structure that worked previously for you and what is the new structure?

one year ago
0 Hi, Another Bug To Report With The Aws_Auto_Scaler Using 1.1.2:

And if you switch back to 1.1.2 in the setup that 1.1.1 worked, does it still fail?

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 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, My Server Is On Version 1.11, And Yesterday A Few Of My Runs (With Agent 1.5.1) Failed On

I meant that maybe you ran it with a newer version of the SDK

one year ago
0 Hi Everyone, How Do I Change The Default Value For

Hi ObedientToad56 , this value appears in your clearml.conf and needs to be changed on the machine running the agent

3 years ago
0 Hi, Is There A Way To Get Some Stats About The Use Of Workers? I Would Like To Know, Over The Past 3 Months:

Currently the UI will give you the timeline up to back a month ago for the usage of workers etc. If you want to go 3 months back and get specifics you'd have to get it directly from the API and extrapolate data yourself

3 years ago
0 Hi, I Am Fairly New To Clearml And Would Appreciate Some Help With This Problem. My Team Currently Uses The Virtual Environment Mode To Run The Experiments. But We Also Have A Docker File That We Use For Local Debug So I Want To Consolidate Everything And

Hi @<1739455977599537152:profile|PoisedSnake58> , you can run the agent in docker mode as long as the image is available on your machine. You can also use clearml-agent build , please see more here - None

one year ago
0 Hi All. After Rebooting The Server After "No Space On Disk" Cannot See Plots Of One Of The Experiments.

Hi @<1523701553372860416:profile|DrabOwl94> , do you see any errors in the elastic?

7 months ago
0 Hello Everyone, I Currently Have The Following Problem: I Have Rebuilt A Pipeline From The Example And Have Noticed That The Pipeline Is Registered Cleanly On Cearml But Is Not Executed By The Worker. In The Attachment You Can See The Pipeline From The Ex

You added two logs, one with docker the other without. Each stopped on a different step. Is that consistent? What OS is the agent running on? Also what is the command you're using to run the agent?

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

The agent is basically a daemon process that is sitting on any machine and is capable of running jobs. You can set it up on any machine you would like but the machine has to be turned on...

2 years ago
0 Hello People

For example, in the response of tasks.get_by_id you get the data in data.tasks.0.started
and
data.tasks.0.completed
I hope this helps πŸ™‚

3 years ago
0 Hi, I Noted That If I Run My Codes On My Laptop With Remote_Execute Off A Python3.8 Venv, And When The Remote Task Starts Executing But The Image Is Installed With A Different Version Of Python, Say Python3.8, We Would Encounter Errors With Venv. At This

This can be a bit of a problem as well since not all packages for 3.8 have the same versions available for 3.6 for example. It's recommended to run on the same python versions OR have the required python version installed on the remote machine

3 years ago
Show more results compactanswers