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

Reputation

0
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?

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

In the HPO application I see the following explanation:

'Maximum iterations per experiment after which it will be stopped. Iterations are based on the experiments' own reporting (for example, if experiments report every epoch, then iterations=epochs)'

2 years ago
0 There Are Still A Ton Of Instances Of The Documentation Using 'Import Allegroai', Is That Deprecated?

Hi @<1727497172041076736:profile|TightSheep99> , allegroai package is part of the enterprise and not available publicly, you must be looking at documentation related to the HyperDatasets

one year ago
0 Hi Everone! We'Re Trying To Start Using Clearml For Both Experiment Tracking And Data Management, And I Have A Question About Clearml-Data: Is It Possible To Specify Two Different Storage Locations For A Dataset? Background: We'Re Using Both Local Machine

Hi @<1618418423996354560:profile|JealousMole49> , why not just use different datasets? Just to make sure I'm understanding correctly - you have a duplication of data on both s3 and local?

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

ReassuredTiger98 , BitterLeopard33 , I think I've encountered this 4GB http limit before. I think this should be fixed in next SDK release 🙂

3 years ago
0 Hi Everyone!

Hi @<1544128920209592320:profile|BewilderedLeopard78> , I don't think there is such an option currently. Maybe open a GitHub feature request to track this 🙂

2 years ago
0 Hi, Guys! Who Knows How Move Text For Title To Bottom Lines?

ElatedChimpanzee91 , hi 🙂
I think you can enlarge the graph to see the entire thing OR maybe try adding \n in the title, maybe that would work

2 years ago
0 Hi. I'D Like To Try The Gcp Autoscaler.

Can you try relaunching it just to make sure?

3 years ago
0 Hi All, I Have A Big Amount Of Experiment In A Single Project, There Is A Way To Download The Experiments As A Custom Table? To Let'S Say To A .Csv File? Thanks! Experiment Table Example:

Hi @<1547028131527790592:profile|PleasantOtter67> , nothing out of the box. You can however quite easily extract all that information and inject it into a csv programmatically.

I think the bigger question is how would you break it down? Each experiment has several nested properties.

2 years ago
0 Hi Good Folks Here! Does Clearml Allow Auto-Rerun Of Failed Jobs, For Example When A Spot Instance Gets Interrupted, Please? (Or Auto-Resume, If Checkpointing Logic In Place)

Hi @<1546665634195050496:profile|SolidGoose91> , I think this capability exists when running pipelines. The pipeline controller will detect spot instances that failed and will retry running them.

Are you using the PRO or the open source auto scaler?

2 years ago
0 Hi, Does Self-Hosted Clearml Implements Central Model Repository, Something Like

I don't think so. However you can use the API as well 🙂

3 years ago
0 Hello, I'M Wondering If I Can Stop The Specific Logging For One Plot (Using Matplotlib). When The Data Points Become More, Then The Gui Of

ScaryBluewhale66 , please look in:
https://clear.ml/docs/latest/docs/references/sdk/task#taskinit
The relevant section for you is auto_connect_frameworks
The usage would be along these lines:
Task.init(..., auto_connect_frameworks={'matplotlib': False})

3 years ago
0 Hi. I'D Like To Try The Gcp Autoscaler.

From the screenshots provided you ticked 'cpu' mode AND I think the machine that you're using n1-standard-1 is a cpu only machine, if I'm not mistaken.

3 years ago
0 Hi Everyone! Is There Any Way To Setup Sso For Clearml Server? Thx

Hi @<1558624448217616384:profile|ShaggyFrog16> , SSO & LDAP integrations are part of the Scale & Enterprise licenses 🙂

2 years ago
0 Hi, I Want Clearml To Not Install Packages From My Pycharm Environment, But Activate An Environment I Have Locally On The Computer The Agent Is Installed On, Is The Variable Clearml_Agent_Skip_Pip_Venv_Install Relevant To This, And If So Can I Configure I

You're running your experiment from pycharm? Are you using the same environment in pycharm for all your experiments and you want the task to take packages from your 'agent' environment?

3 years ago
0 Hello Clearml Ppl

FreshKangaroo33 , I'll play with it a bit to see what works 🙂

3 years 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?

one year ago
0 Hi, I Am Having Difficulties When Using The Dataset Functionality. I Am Trying To Create A Dataset With The Following Simple Code:

GiganticTurtle0 , it looks like an issue with the latest RC. We're working on it to fix it 🙂

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

StickyCoyote36 , if I understand correctly due to your M1 chip limitation you run the script from a different machine and then you use the agent to run on the M1 chip machine and you want the requirements.txt in the repo to override the "installed packages" when running with agent, correct?

4 years ago
Show more results compactanswers