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, 3690 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

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

2 years ago
0 Hi, In A Subproject, Would It Be Possible To Hide The Parent Project If It Is Empty?

Interesting idea. Can you open a github issue for it for better tracking?

2 years ago
0 Hi, I Am New To Clearml: When I Run An Experiment In A Shell (Having A Single Line Of Task Definition) I Am Getting This Error:

Hi ConvolutedSealion94 , are you running a script or you just went into the python interpreter and ran Task.init()

2 years ago
0 Hello. I Have An Issue Where Clearml Doesn'T Read From Uncommitted Changes. I Changed The Batch Size Locally And Started Training. When I Check It In

Hi @<1523704674534821888:profile|SourLion48> , I'd suggest connecting your batch size as a configuration parameter of the experiment, for example using argparser, and then regardless of the committed or uncommitted code, you will be able to control this value through the configuration section.

What do you think?

7 days ago
0 Hi All, What Is The Best Way To Monitor Failer Clearml Agent That Kill All Tasks In Queue?

I think you should monitor your tasks and see what's going on. Also an agent should be set up in a way that you know it will work and has all the required drivers etc..

one year ago
0 Is There An Autoscaler Equivalent For K8S? That Is, A Service That Will Launch Pods Based On Incoming Requests?

Hi @<1523701083040387072:profile|UnevenDolphin73> , this is the K8s integration. You can find more here:
None

one year ago
0 New To Clearml~ Find There'S A Plugin For Pycharm But No For Vs Code. Any Plan?

Hi @<1569133683275730944:profile|CrabbyDove13> , the PyCharm plugin is for working with remote environments. I don't think you need is with VSCode since this capability is covered by clearml-session

one year ago
0 Is There An Autoscaler Equivalent For K8S? That Is, A Service That Will Launch Pods Based On Incoming Requests?

@<1523701083040387072:profile|UnevenDolphin73> , basically, it scales to as many pods as you like. Very similar to the autoscaler but on top of K8s

one year ago
0 Hi Everybody. When I Want To Force The Agent To Not Reproduce My Local Pip Environment, I Add

Hi CrookedWalrus33 , do you have an ability to provide an absolute path?

2 years ago
0 I Get An

I just want to make sure that the file itself is valid first 🙂

3 years ago
0 I Get An

Can you please give an example of how you pass the requirements file?

3 years ago
0 I Get An

Can you try with full path and not relative?

3 years ago
0 I Get An

Same file I mean the requirements.txt file

3 years ago
0 Hi Team,

Hi @<1533257278776414208:profile|SuperiorCockroach75> , what do you mean? ClearML logs automatically scikit learn

one year ago
0 Is There Any

Hi ElegantCoyote26
I'm not sure what you mean, you create endpoints using clearml-serving

What exactly are you looking for?

2 years ago
0 Hi, Can I Provide A Direct Url For Pytorch Wheel Through Clearml.Conf File Or Somewhere Else? I'M Having A Following Issue.

@<1664079296102141952:profile|DangerousStarfish38> , are you running different python versions on the different machines? Remote vs local

9 months ago
0 Two Questions Today. First, Is There Some Way To Calculate The Number Of Gpu-Hours Used For A Project? Could I Select All Experiments And Count Up The Number Of Gpu-Hours/Gpu-Weeks? I Realize I Could Do This Manually By Looking At The Gpu Utilization Grap

I might not be able to get to that but if you create an issue I'd be happy to link or post what I came up with, wdyt?

Taking a look at your snippet, I wouldn't mind submitting a PR for such a cool feature 🙂

2 years ago
0 Hey There

That's an interesting idea 🙂
You should open a github issue for it!

2 years ago
0 We Use Environment Variables In Our

You don't load the configuration during from clearml import Task config is loaded during Task.init() So you can make all your configuration additions up to the point Task.init() is run

2 years ago
0 What Could Be Causing This?

Can you try specifying the ip explicitly in clearml.conf ?
I'm guessing that you've deployed ClearML server on http://unicorn , correct?

2 years ago
0 What Could Be Causing This?

What is this http://unicorn address? Did you deploy using docker compose?

2 years ago
0 Hi, I Have A Visualization Issue When Using Plotly And Then “Report_Plotly” My Code Is

Hi MoodySheep3 ,can you please add a standalone snippet that reproduces this? What version of clearml are you using?

one year ago
Show more results compactanswers