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

Reputation

0
0 Hi, I Am Trying To Use Agent, But I Have A Problem. Execution Of Task Stucks Like This

Try it as the first option after clearml-agent: clearml-agent --debug daemon --docker --foreground

2 years ago
0 Hi All, I Am Developing Clearml-Web. Which Screen Is The Hyperdataset?

Hi @<1557537273090674688:profile|ThankfulOx54> , HyperDatasets are part of the Scale & Enterprise licenses. You can see more here: None

one year ago
0 Is Allegroai Package Accessible For Scale Only?

Hi IrritableJellyfish76 , yes. It is available only for Scale & Enterprise versions

2 years ago
0 Hi! Is There A Way To Connect Multiple S3 Storages To Clearml? As Far As I Understand, I Can Only Specify One Set Of S3 Credentials In Clearml.Conf

Hi @<1523707653782507520:profile|MelancholyElk85> , in a section right under the default S3 credentials in clearml.conf you have a section to specify per bucket 🙂

one year 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?

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

SwankySeaurchin41 , I encountered it somewhere before. This appears to be the code 🙂
https://github.com/thepycoder/urbansounds8k

2 years ago
0 Hello All, I Have A Question Regarding The "Page View Options" Is There An Option To Filter Projects And Pipelines By Anything Other Than "My Work / Team Work"? I Would Like To Filter By "Dev / Prod"

Hi @<1564060257435521024:profile|PerfectShrimp1> , currently not supported. Maybe open a GitHub feature request for better filterings

one year ago
0 Is It Possible To Change The

However it would be advisable to also add the following argument to your code : Task.init(..., output_uri=True)

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

SwankySeaurchin41 , what do you mean? Can you give a specific example?

2 years ago
0 How To Use Clearml.Conf Credentials Or Configure To Use Clarml://<Dataset_Id> With Train Script Inside Docker Container For Remote Execution ? I'M Getting Error:

Hi @<1697056708469198848:profile|HollowPeacock63> , not sure I understand. What exactly are you trying to do?

6 months ago
0 Before I Write An Issue: Does Someone Else Have To Problem That With The Latest Clearml-Server If You Go To Detail View -> Results -> Debug Samples -> Change Metric To Anything, And Then Press The Refresh Button/Wait For Auto Refresh You Get A Blank Debu

ReassuredTiger98 , I played with it myself a little bit - It looks like this happens for me when an experiment is running and reporting images and changing metric does the trick - i.e reproduces it. Maybe open a github issue to follow this 🙂 ?

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

I think that's what's there. In the Scale & Enterprise version ClearML usually works together with customers to provide a glue layer for K8s or even SLURM

one year 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 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
one year ago
0 Is There An Autoscaler Equivalent For K8S? That Is, A Service That Will Launch Pods Based On Incoming Requests?

It's all configured by the helm chart, it is the glue layer between K8s & ClearML

one year ago
0 Any Idea What I'Ve Missed Here? Thanks

BattyDove56 , that was my suspicion as well, that's why I wanted to see the logs 🙂

2 years ago
0 Any Idea What I'Ve Missed Here? Thanks

Hi BattyDove56 , it looks like your elasticsearch container is restarting. Is this the issue still? Can you check the container logs to see why it's restarting? I think this is what might be causing the issue with ClearML server not raising properly

2 years ago
0 Any Idea What I'Ve Missed Here? Thanks

BattyDove56 , the warning doesn't seem related. As I mentioned before, you need to check the elastic logs to see what's the issue. post them here so we can look together 🙂

2 years ago
0 Any Idea What I'Ve Missed Here? Thanks

The following command should give you something:
docker logs --follow clearml-elastic

2 years ago
0 We Use Environment Variables In Our

Hmmm Regarding your issue you can use the following env vars to define your endpoint
https://clear.ml/docs/latest/docs/configs/env_vars/#server-connection

What is your usecase? Do you want to change the endpoint mid run?

2 years 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 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
Show more results compactanswers