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

Reputation

0
0 Hello, Is There A Function In The Sdk To List All Projects ? Also, Are Projects Shared Between Datasets And Experiments ?

Hi @<1644147961996775424:profile|HurtStarfish47> , you can do that via the API
None
None

Regarding projects, think of them as folders hosting datasets and experiments

5 months ago
0 Hi Team, A Question Around Package Dependencies While Running Hyper-Parameter Tuning. There Is A Version Of Package That I'M Using Which Is Not Available On Pypi, So I'Ve Been Using

Hi DefeatedMoth52 , where have you been using --find-links tag? When you run the experiment how does the package show up in the ClearML UI?

2 years ago
0 Hello ! I Am Wondering About How Pipelines Are Displayed In Projects View In Clear Ml Ui, Seems That There Is A Separate Folder For A Pipeline, But Its Invisible, How Can I Make Is Visible?

Hi @<1623491856241266688:profile|TenseCrab59> , you can go into settings (profile icon on the top right of the UI) -> Configuration - Enable 'Show Hidden Projects'

one year ago
0 Hi! If There Are Several Tasks Running Concurrently, Which Task Should

GiganticTurtle0 let me check up on that for you then, thanks for the info 🙂

3 years ago
0 Also, Does You Guys Support User Authentication? In The Documentation -

Hi @<1580367711848894464:profile|ApprehensiveRaven81> , I'm afraid this is only option for the open source version. In the Scale/Enterprise licenses there are SSO/LDAP integrations

one year ago
0 Hi, I Recently Updated Clearml-Server To 1.7 And I Am Getting A Lot Of The Following Errors Since Today On Any Experiment (I Didn'T Had This Error Before):

If Elastic isn't crashing then it should be good. Once I get a confirmation I'll update you 🙂

2 years ago
0 Hello, I Have A Server With Several Gpus That I Wish To Use To Automatically Train Models. Clearml Seems Like The Perfect Tool For My Use Case But I Am Confused As To How I Can Communicate With The Agent Daemon Running On The Gpu Server. Do I Necessarily

ShinyRabbit94 , Hey 🙂

The clearml-agent communicates with a server and receives jobs according to a "queue" connected to it. To run the agent properly you'll need to work against a ClearML server. You can either host one yourself OR use the community server. I think you can read a bit more here:

https://clear.ml/docs/latest/docs/clearml_agent#installation
https://clear.ml/docs/latest/docs/webapp/webapp_profile/#creating-clearml-credentials

2 years ago
0 Hi, Is There A Way To Access The Clearml File Server? I Would Like To Check If An Artifact Object Has Been Deleted Or Not.

Hi @<1679661969365274624:profile|UnevenSquirrel80> , are you running a self hosted server?

8 months ago
0 I'M Trying To Use The Aws Autoscaler And I'M Having Some Difficulties With The Ami Configuration. From What I Tested The Ami Should Include:

Hi @<1594863230964994048:profile|DangerousBee35> , this is pretty much it. I think the default one suggested is a good one

8 months ago
0 Hi All! I'M Trying To Create Dataset With Output_Uri Pointing To Google Storage And Got Weird Error:

You're totally right, if you managed to upload to a bucket then folder failure should be unrelated to permissions

one year ago
0 Hi

Hi @<1546303293918023680:profile|MiniatureRobin9> , can you attach a screenshot of what is happening?

one year ago
0 Hi! I Would Like To Make A Report On All Experiments In My Clearml Project, The Report Should Include Plots Based On Experiments Data Grouped By Labels. Can I Do This Using Clearml Web Ui? If Not, How Can I Download Project Data To Build It Using Other In

Hi EnviousPanda91 , I'm not quite sure what you want to extract but you can extract everything from the UI using the API. The docs can be found here: https://clear.ml/docs/latest/docs/references/api/events
And for the best reference - You can open developer tools in the UI and see how the requests are handled there 🙂

2 years ago
0 Hey Everyone! First Post Here. My Issue Is The Python_Binary I Set In The .Conf File Doesn'T Seem To Get Used By The Task I'M Running. The Task'S Output Confirms

Is there any specific reason you're not running in docker mode? Running in docker would simplify things

one year ago
0 Hi All, The Version Of Clearml Published On The Web Is 3.13.

1.7.0 is the latest release for ClearML self hosted. The issue does not reproduce there. Can you try upgrading your server?
https://github.com/allegroai/clearml-server

I think clearml-web is just the source code for the UI.

2 years ago
0 Hi, Community. I Want To Delete Experiment And See This Error. How I Can Solve This?

Hi AbruptHedgehog21 ,

Can you please developer tools (F12) and see what is returned on the delete request?

2 years ago
0 Hi. Executing Reports I Noticed Quadruple, Identically Rendered Results. Does Anybody Know A Solution? E.G.

@<1543766544847212544:profile|SorePelican79> , what version of the SDK are you using? Also, what version of the backend are you running?

one year ago
0 Given This Pipeline Step, Is There Any Way To Get The Return Value Outside Of The Pipeline? Like Put Split_Dataset_Id In A Variable In The Main Pipeline File.

What do you mean outside the pipeline? That one of the pipeline steps will return value to the pipeline?

2 years ago
0 Hello Everyone ! I Would Like To

What is the status of the steps? What is the execution queue and is there an agent running against it?

2 years ago
0 My Task Is In Pending State, After I Enqueued The Task Its In Pending State, Need Help!!

Hi @<1570583227918192640:profile|FloppySwallow46> , please don't @ the entire channel for help 🙂
If a task is in pending it means that no agent picked it up yet. Maybe the agent is unavailable or the process crashed. Check in that direction

one year ago
0 Hi, Is There Any Manifest For The Relevant Polices Needed For The Aws Account (If We Are Using Autoscaling)? Also, Is There A Way To Use Github Deploy Key Instead Of Personal Token? Thanks !

Hi, SmugTurtle78

Hi, Is there any manifest for the relevant polices needed for the AWS account (if we are using autoscaling)?

I'm not sure. From my experience the autoscaler requires access to spinning instances up & down, listing instances, checking tags and reading machine logs.

You should try running with those permissions. If something is missing, you'll see it in the log 🙂

Also, Is there a way to use Github deploy key instead of personal token?

Do you mean git user/...

2 years ago
2 years ago
0 Hi Everyone, I’Ve Been Using Clearml For A While Now And I Wanted To Add The Option To Execute My Code Remotely As A Command Line Argument. I Have The Clearml Agents And Queues Set Up, And That Seems To Be Working Correctly (Cloning And Running Experiment

Hi, SteepDeer88

For example, if the experiment I am cloning has no docker image and parameters set, will that make the agent ignore the ones I set in

clearml.conf

?

No, the experiment should run in docker mode if the agent was run with --docker mode

2 years ago
Show more results compactanswers