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

Reputation

0
0 Hi Folks, What Is The Process To Get An Ml Algo/Engine Added To The List Of Integrations?

Is this something that the ClearML team could add? Would it be helpful to have a call?

FrustratingShrimp3 , I think you can open a github issue to request the new feature

3 years ago
0 Hi, I Notice Through The Log That Clearml Cannot Find The Python3.7 That Was Installed In The Docker Container And Is Using The Worker’S Default Version.

Hi!
What version of ClearML-Agent are you using?
Also from within the docker, what do you get when you run the following commands:
which python
which python3
which python3.7
which python3.8

3 years ago
0 Hi Community, Is It Possible To Start Two Agents On The Same Machine? If It Is, Can They Read From Two Different Configuration Files? How Can This Be Implemented?

Hi @<1748153283605696512:profile|GreasyPenguin24> , you certainly can. CLEARML_CONFIG_FILE is the environment variable that allows you to use different configuration files

11 months ago
0 Hello. Can I Know How To Download The

I am not familiar with that. In the SDK you have the StorageManager to help you with downloading files.
None

2 years ago
0 How Do I Check My User Role On Clearml? Can We Restrict To Create User On Invite Only? Clearml Webpage Just Allow Anyone Who Can Open Web Dashboard To Create A New User. Is There Any Config That Allows Only User Creation On Invite Only Basis? Because Of

Hi DrabCockroach54 , in the open source version there are no roles. You can set up users & passwords using this:
https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_config/#web-login-authentication

I am not sure there is a simple way to delete users - I think you would need to edit MongoDB manually, which I would not recommend

2 years 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 🙂

3 years ago
0 How To Apply Agent Configuration (I.E.

What is it that you're wanting to configure?

2 years ago
0 Hi All, I Was Trying To Reduce The Amount Of Logs Shown In The Cosnole Produced By Tqdm, So I Set

Hi @<1570220858075516928:profile|SlipperySheep79> , you need to apply the same setting on the machine that is running the agent. clearml.conf files are local and apply the settings only on the machine they're sitting on. In the Scale/Enterprise licenses there are configuration vaults that take care of this.

2 years ago
0 Hi! Any Idea Why Clearml Fails To Detect Iteration Reporting?

GrievingTurkey78 , can you try disabling the cpu/gpu detection?

3 years ago
2 years ago
0 When In

Hi GrievingDeer61 ,

The packages are automatically detected during the run and used by the worker. You can force the worker to use the requirements file with the following method:
https://clear.ml/docs/latest/docs/references/sdk/task#taskadd_requirements
Tell me if this helps 🙂

3 years ago
0 Im Trying To Run This Exmple :

Can you please provide a shareable link?

3 years ago
0 Hello Everyone , How Can I Read The Hostname From The Info Section?

Hi @<1620955143929335808:profile|PleasantStork44> , can you please elaborate? You mean the info section of the task? Do you mean programmatically?

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

2 years ago
0 Hi, I Try To Use Clearml First Time On Mine Eks Cluster. So I Install It With This Helm Chart:

Can you guide me through how you got the credentials and then attempted to validate?

3 years ago
11 months ago
0 Hey All, There Is A Way To Compare All The Experiments In A Project

Hi @<1523706700006166528:profile|DizzyHippopotamus13> , you can simply do it in the experiments dashboard in table view. You can rearrange columns, add custom columns according to metrics and hyper parameters. And of course you can sort the columns

2 years ago
Show more results compactanswers