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

Reputation

0
0 Hi

@<1533257278776414208:profile|SuperiorCockroach75> , can you elaborate?

2 years ago
0 I Realize I'M Asking Many Niche Questions - My Apologies

I think you can just send empty payload for users.get_all like this {}
and it will return all the users in your database 🙂

3 years ago
0 Hello, Getting This Message On Sub Tasks

Are you getting the same errors?

3 years ago
0 Hi All

Hi @<1546303293918023680:profile|MiniatureRobin9> , what version of clearml are you using and can you give an example live you've tried running?

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

3 years ago
2 years ago
0 Hi, Is There A Way To Add The Sdk

I'm reading on task.set_credentials at the moment. What exactly are you trying to do?

3 years ago
0 Hello Everyone, If I Use This Code, Where Is The File Downloaded To My Machine?

@<1681111528419364864:profile|SmoothGoldfish52> , it will be saved to a cache folder. Take a look at what @<1576381444509405184:profile|ManiacalLizard2> wrote. I think tar files might work already. Give it a test

one year ago
0 I Installed Clearml Server According To The Instructions In The Clearml Document, In Server Ubuntu V24.04.02.

Hi @<1825341965806342144:profile|DisgustedJellyfish66> , you basically see a blank screen in the webUI? Can you check if there are any errors in the API server or web server containers?

6 months ago
0 Hello! Can You Help Me With Model Endpoints Tab - How To Connect It To Existing Clearml-Serving Instance?

Hi @<1578555761724755968:profile|GrievingKoala83> , from my understanding this is a feature to be added to the imminent release of clearml-serving

7 months ago
0 Hi I'Ve Deployed Clearml Localy With Docker Compose, But For Every Execution I Run, Nothing Happens After Installing Package In The Agent, Can Someone Help Please

Hi @<1789465500154073088:profile|ScaryShrimp8> , can you provide the full log of the run? How did you set up & run the agent? What version and what OS are you on?

9 months ago
0 Hi, Am Working On A Project With Clearml Sdk. Does Anyone Know How To Link Clearml Datasets To An Experiment? I Cannot Find It In The Clearml Sdk Documentation. Thank You

Hi @<1747428509627715584:profile|CumbersomeDuck6> , you can basically expose it as an argument in the configuration section. For example using argparse would work very conveniently.

one year ago
2 years ago
0 Hey Team, How Can I Pass Parameters In My Pipeline Controller And Access Them In My Step One Task????

Hi @<1533619725983027200:profile|BattyHedgehong22> , in these examples you can find how to pass parameters from controller to the task itself
None

2 years ago
0 Hello! The Agent-Services Present In Clearml Server'S Docker-Compose Is Only For Cleanup Tasks, Right ? For Training I Would Need To Run Another Instance Of Clearml-Agent Alongside The Docker-Compose ?

ShinyRabbit94 , Hi 🙂

Yes. Please note that the machine you run the agent on needs to have all the resources to run your experiments (gpu etc).

3 years ago
0 My Linter (The Default Vscode Python Extension) Doesn'T Understand

Not sure what you're trying to do but why not simply use Task.init() and set everything there?

8 months ago
0 I'M New Here, Hello Everyone

Hi @<1716263152817016832:profile|TartHare54> , is the module part of some repository?

one year ago
Show more results compactanswers