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

Reputation

0
0 Any Idea What I'Ve Missed Here? Thanks

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

3 years ago
0 Hi Is There A Way To View The Dataset Images

Hi @<1793451774179282944:profile|TestyMouse38> , not sure I understand, can you please elaborate?

9 months ago
0 Hello, I Want To Use Custom Packages In My Code.It Works Fine When I Run It Locally.But When I Clone The Experiments And Run On Agent It Shows Package Not Found Error In Agent. Can Anyone Help Me Out How To Use Custom Packages In Clearml? Which Parameter

Hi ShaggySquirrel23 , is this package inside some artifactory?

The agent needs access to the package while running, you need to have it accessible somehow on a remote machine as well. What is your setup?

2 years ago
0 Is There A Place In Web Ui To Find All

There is literally 

Models

 tab in each project

Was about to mention it 😛

look like I created a new task for every epoch ...

What do you mean?

3 years ago
0 I Have A Task Which I Reported A Table To - How Do I Access This Table Through Code? The Clearml Task Object Attribute "Artifacts" Is Empty

WackyRabbit7 , how did you report the table? Can you please provide an example for the data structure of the table?

4 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 Hi All, Do The Versions Of

ClearML should be backwards compatible - any combination will work. However it's always suggested to use the latest versions 🙂

3 years ago
0 Hi, I Am Trying To Use The Clearml Aws Autoscaler Service (In The Pro Version) And Getting This Error:

Also, I think that maybe there is a bug with the CPU mode: I tried to run tests with instance without GPU , marked the option "Run in CPU mode (no gpus)" and I saw on the experiment logs that its trying to run the docker with "--gpus all" option and failed right after the execution.

Which instance type did you use?

3 years ago
0 Hi! For

MelancholyElk85 , you can specify the uri for that in your ~/clearml.conf file under sdk.development.default_output_uri

Please note that you don't provide target storage for InputModel since it's an input, and can be used only as an existing object in the system 🙂

3 years ago
0 Hey Guys! Anyone Knows If You Can Upload An

I think output_uri=True would also work

3 years ago
0 Hi Again:) Is There A Similar Way Like

You can use the API to call tasks.get_by_id and get that specific information. In the response it sits in
data.tasks.0.completed

3 years ago
0 Pymongo.Errors.Operationfailure: Not Authorized On Backend To Execute Command { Find: "Queue", Filter: {}, Lsid: { Id: Uuid("Ce3095Ec-4E0C-4392-93C1-52Aeebb1B47C") }, $Db: "Backend" }, Full Error: {'Ok': 0.0, 'Errmsg': 'Not Authorized On Backend To Execut

Hi @<1714451225295982592:profile|FreshWoodpecker88> , is it possible that you didn't get permissions to the relevant directories to act as the actual storage for mongodb?

one year ago
0 Hi

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

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

2 years ago
0 Is There A Way To Programatically Access The Tasks A

In the UI you can add 'parent' column and filter by parent

4 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

3 years ago
3 years ago
2 years ago
0 Hi, I'M Trying To Use Pipelines In The Free Version And Encountered This: Is It Because I'M Using The Free Version Or Code Based?

Hi IrritableJellyfish76 , it looks like you need to create the services queue in the system. You can do it directly through the UI by going to Workers & Queues -> Queues -> New Queue

3 years ago
0 I Upgraded Clearml To 1.15.0 From 1.0 The Ui Says It’S Running

Hi @<1691258549901987840:profile|PoisedDove36> , did you do all the db migrations during the upgrade or did you go straight to 1.5 form 1.0?

one year ago
0 Hi There, Is It Possible To Configure The Clearml-Agent To Run Some Commands Before Running Each Experiment It Launches? Eg.

JitteryCoyote63 , I'm afraid currently not and only available in docker mode.

What do you need it for if I may ask?

4 years ago
Show more results compactanswers